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.
2 parents cd01aa3 + f85bc9c commit a199592Copy full SHA for a199592
src/client/index.ts
@@ -1,3 +1,4 @@
1
+import { DocumentNode } from 'graphql'
2
import inquirer from 'inquirer'
3
4
import { Logger } from '../logger'
@@ -20,7 +21,7 @@ export default abstract class Provider {
20
21
throw new Error('Function configure has not been defined')
22
}
23
- getSchema(): string {
24
+ getSchema(): DocumentNode {
25
throw new Error('Function getSchema has not been defined')
26
27
0 commit comments