DeleteCodeServerPayload
Autogenerated return type of DeleteCodeServer
type DeleteCodeServerPayload {
clientMutationId: String
success: Boolean!
}
Fields
DeleteCodeServerPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
DeleteCodeServerPayload.success
● Boolean!
non-null scalar
Returned By
deleteCodeServer
mutation