Steps: Enable multiple market places with multiple currencies so that you need to page currencysettings
below is the request :-
query getshop { shop { currencyCode email id name orderNumberFormatPrefix orderNumberFormatSuffix url currencySettings( first:10, after:“end cursor”) { nodes { currencyCode currencyName enabled rateUpdatedAt } pageInfo{ hasNextPage endCursor hasPreviousPage startCursor} } }}
response:
{
“errors”: [
{
“message”: “Malformed cursor”,
“locations”: [
{
“line”: 1,
“column”: 110
}
],
“path”: [
“shop”,
“currencySettings”
],
“extensions”: {}
}
],
“data”: null,
“extensions”: {
“cost”: {
“requestedQueryCost”: 7,
“actualQueryCost”: 3,
“throttleStatus”: {
“maximumAvailable”: 2000.0,
“currentlyAvailable”: 1997,
“restoreRate”: 100.0
}
}
}
}