Skip to content

Commit 2f57760

Browse files
committed
Add raw to graphql
1 parent 04b3f3a commit 2f57760

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

graphql/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ const graphql = (client) => {
77
get: () => new Getter(client),
88
aggregate: () => new Aggregator(client),
99
explore: () => new Explorer(client),
10+
raw: (query) => new Raw(client, query),
1011
};
1112
};
1213

0 commit comments

Comments
 (0)