OBJECT

CreateSupportingResourcePayload

Autogenerated return type of CreateSupportingResource.

link GraphQL Schema definition

  • type CreateSupportingResourcePayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Validation errors for the supporting resource
  • errors: [ValidationError!]!
  • # A presigned POST URL for an uploaded JPG file
  • presignedPostUrl: JSON
  • # The supporting resource object
  • supportingResource: SupportingResource
  • }

link Require by