UpdateCurrencyInput
Autogenerated input type of UpdateCurrency
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed By
Definition
"""Autogenerated input type of UpdateCurrency"""input UpdateCurrencyInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") user_id: ID! currency: String!}