OBJECT

DeleteSupportingResourcePayload

Autogenerated return type of DeleteSupportingResource.

link GraphQL Schema definition

  • type DeleteSupportingResourcePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Whether the record has been deleted
  • destroyed: Boolean!
  • # Validation errors for the supporting resource
  • errors: [ValidationError!]!
  • # The supporting resource object
  • supportingResource: SupportingResource!
  • }

link Require by