Skip to main content

WorkspaceModule

API reference

A module entry in the workspace configuration.

Implements Node

entrypoint: Boolean!

Whether the module is the workspace entrypoint (functions aliased to Query root).

id: ID!

A unique identifier for this WorkspaceModule.

name: String!

The module name.

source: String!

The module source path.

settings: [WorkspaceModuleSetting!]!

List constructor-backed settings for this module.

References

Returned by

Accepted as an argument by