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).
functions: [String!]!
List the functions of this module's main object, in GraphQL field form.
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.