OBJECT
UpdateSupportingResourcePayload
Autogenerated return type of UpdateSupportingResource.
link GraphQL Schema definition
- type UpdateSupportingResourcePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Validation errors for the supporting resource
- : [ValidationError!]!
- # The supporting resource object
- : SupportingResource
- }