CreateDeployPayload
Autogenerated return type of CreateDeploy
type CreateDeployPayload {
clientMutationId: String
deploy: Deploy
errors: [String!]
}
Fields
CreateDeployPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateDeployPayload.deploy
● Deploy
object
CreateDeployPayload.errors
● [String!]
list scalar
Returned by
createDeploy
mutation