CreateDeployPayload
Autogenerated return type of CreateDeploy
type CreateDeployPayload {
clientMutationId: String
deploy: Deploy!
}
Fields
CreateDeployPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateDeployPayload.deploy
● Deploy!
non-null object
Returned By
createDeploy
mutation