Skip to content

Commit a304a2c

Browse files
committed
.
1 parent 02251b1 commit a304a2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphql/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const graphql = (client) => {
88
get: () => new Getter(client),
99
aggregate: () => new Aggregator(client),
1010
explore: () => new Explorer(client),
11-
raw: (query) => new Raw(client),
11+
raw: () => new Raw(client),
1212
};
1313
};
1414

0 commit comments

Comments
 (0)