| 13 | } |
| 14 | |
| 15 | interface GraphQLClientOPtions { |
| 16 | uri: string |
| 17 | fetch?: (input: any, init?: any) => Promise<Response> |
| 18 | } |
| 19 | |
| 20 | interface GraphQLOperationInput { |
| 21 | query: TemplateStringsArray | string |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…