INPUT_OBJECT

UserCurrencySelectMutationInput

Autogenerated input type of UserCurrencySelectMutation

link GraphQL Schema definition

  • input UserCurrencySelectMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # User selected currency code
  • currencyCode: String!
  • }