OBJECT

UserCurrencySelectMutationPayload

Autogenerated return type of UserCurrencySelectMutation.

link GraphQL Schema definition

  • type UserCurrencySelectMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • currencyChangedNotice: String
  • errors: [ValidationError!]
  • selectedCurrency: Currency
  • status: Int!
  • }