We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b3f3a commit 2f57760Copy full SHA for 2f57760
1 file changed
graphql/index.js
@@ -7,6 +7,7 @@ const graphql = (client) => {
7
get: () => new Getter(client),
8
aggregate: () => new Aggregator(client),
9
explore: () => new Explorer(client),
10
+ raw: (query) => new Raw(client, query),
11
};
12
13
0 commit comments