CurrentModuleAsSDK
API reference
The SDK-role data for the currently executing module, as installed in the supplied workspace.
Implements Node
id: ID!
A unique identifier for this CurrentModuleAsSDK.
name: String!
The user-facing name of this SDK in the workspace.
clients: [CurrentModuleAsSDKClient!]!
The generated clients this SDK produces in the workspace.
modules: [CurrentModuleAsSDKModule!]!
The managed modules relevant to the bound workspace cwd: every module at or below it, plus the nearest enclosing module when the cwd itself is not managed.