CreateResponsePayload
Autogenerated return type of CreateResponse.
type CreateResponsePayload {
clientMutationId: String
errors: [String!]!
response: Response
}
Fields
CreateResponsePayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateResponsePayload.errors
● [String!]!
non-null scalar
CreateResponsePayload.response
● Response
object
Returned by
createResponse
mutation