DEV

Mutation.

exchangeRateCreate

Create a new ExchangeRate

Arguments

Required

No description

Returns:

ExchangeRate

GraphQL
1
2
3
type Mutation {
  exchangeRateCreate(input: ExchangeRateCreateInput!): ExchangeRate
}

Was this page helpful?