DEV
Query.
exchangeRate
Returns an
ExchangeRate
resource by ID.
Arguments
id
•
ID!
Required
No description
Returns:
ExchangeRate
GraphQL
1
2
3
type
Query
{
exchangeRate
(
id
:
ID
!
)
:
ExchangeRate
}
Was this page helpful?
Yes
No
© 2024 Zonos
zonos.com
Query.
exchangeRate
Returns an
ExchangeRate
resource by ID.Arguments
id
ID!
Required
Returns:
ExchangeRate
type Query { exchangeRate(id: ID!): ExchangeRate }