Mutation
Variables
Response
Mutations
setCodebaseBuildScripts
Sets codebase build scripts and returns the updated codebase project.
MUTATION
setCodebaseBuildScripts(codebaseId: ID!, scriptIds: [ID!]!): CodebaseProject!Arguments
codebaseId
ID!
required
Identifier of the codebase.
scriptIds
[ID!]!
required
Identifiers of the scripts.
Returns
id
ID!
Stable identifier for this codebase project.
type
Category of this codebase project.
repository
The repository associated with this codebase project.
configurations
Configurations associated with this codebase project.
allowedScripts
Allowed scripts associated with this codebase project.
createdAt
String!
ISO 8601 timestamp when this codebase project was created.
updatedAt
String!
ISO 8601 timestamp when this codebase project was last updated.
Mutation
Variables
Response