OBJECT
DeleteSupportingResourcePayload
Autogenerated return type of DeleteSupportingResource.
link GraphQL Schema definition
- type DeleteSupportingResourcePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Whether the record has been deleted
- : Boolean!
- # Validation errors for the supporting resource
- : [ValidationError!]!
- # The supporting resource object
- : SupportingResource!
- }