GenerateCustomDeployAccessInput
Input for generating a custom deploy access token.
input GenerateCustomDeployAccessInput {
environmentIds: [Int!]
}
Fields
GenerateCustomDeployAccessInput.environmentIds ● [Int!] list scalar common
The environment IDs the token should allow access to.
Member Of
generateCustomDeployAccess mutation