INPUT_OBJECT

PrototypeCreateOrUpdateMutationInput

Autogenerated input type of PrototypeCreateOrUpdateMutation

link GraphQL Schema definition

  • input PrototypeCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # ID of the Prototype to update
  • id: ID
  • # Name for the new Prototype
  • name: String
  • # IDs used by external systems to fetch Prototypes
  • externalIds: [KeyValueInput!]
  • }