GeneratedCode
API reference
The result of running an SDK's codegen.
Implements Node
id: ID!
A unique identifier for this GeneratedCode.
vcsGeneratedPaths: [String!]!
List of paths to mark generated in version control (i.e. .gitattributes).
vcsIgnoredPaths: [String!]!
List of paths to ignore in version control (i.e. .gitignore).
withVCSGeneratedPaths(paths: [String!]!): GeneratedCode!
Set the list of paths to mark generated in version control.
paths: [String!]!
withVCSIgnoredPaths(paths: [String!]!): GeneratedCode!
Set the list of paths to ignore in version control.
paths: [String!]!