OBJECT

deleteShapaConnectionPayload

Autogenerated return type of deleteShapaConnection.

link GraphQL Schema definition

  • type deleteShapaConnectionPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • shapa_connection: ShapaConnection
  • }