OBJECT
CreateSupportingResourcePayload
Autogenerated return type of CreateSupportingResource.
link GraphQL Schema definition
- type CreateSupportingResourcePayload {
- # A unique identifier for the client performing the mutation.
- : String
- # Validation errors for the supporting resource
- : [ValidationError!]!
- # A presigned POST URL for an uploaded JPG file
- : JSON
- # The supporting resource object
- : SupportingResource
- }