CreateCodeServerPayload
Autogenerated return type of CreateCodeServer
type CreateCodeServerPayload {
clientMutationId: String
codeServer: CodeServer!
}
Fields
CreateCodeServerPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateCodeServerPayload.codeServer
● CodeServer!
non-null object
Returned By
createCodeServer
mutation