INPUT_OBJECT

ShippitCredentialsUpsertMutationInput

Autogenerated input type of ShippitCredentialsUpsertMutation

link GraphQL Schema definition

  • input ShippitCredentialsUpsertMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • sellerId: ID
  • # Attributes to assign to Shippit Credentials.
  • attributes: ShippitCredentialsUpsertInput!
  • }