UpdateDeployPayload
Autogenerated return type of UpdateDeploy
type UpdateDeployPayload {
clientMutationId: String
deployId: Int
errors: [String!]
msg: [String!]
}
Fields
UpdateDeployPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateDeployPayload.deployId
● Int
scalar
UpdateDeployPayload.errors
● [String!]
list scalar
UpdateDeployPayload.msg
● [String!]
list scalar
Returned by
updateDeploy
mutation