We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd388a8 commit 83d0adbCopy full SHA for 83d0adb
rest/pagination/api.graphql
@@ -67,6 +67,8 @@ type Query {
67
resultroot: "values[]"
68
69
# Ecmascript (with empty endpoint) is used to mimic the response from a REST api.
70
+ # Note ECMAScript is only used to generate a mock response with customer objects and page number metadata,
71
+ # using @rest against a real endpoint would not typically require any ECMAScript.
72
endpoint: "stepzen:empty"
73
ecmascript: """
74
function transformREST() {
0 commit comments