currencies
Graphql fields and variables for the currencies query
query currencies ($after: String, $before: String, $first: Int, $last: Int, $filter: String, $viewId: ID, $sort: String) {
currencies (after: $after, before: $before, first: $first, last: $last, filter: $filter, viewId: $viewId, sort: $sort) {
edges {
cursor
node {
conversionRate
enabled
id
isoCode
isoNumeric
name
priority
symbol
symbolFirst
}
}
totalCount
pageInfo {
startCursor
endCursor
hasNextPage
hasPreviousPage
}
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
