( query: string, variables?: Record<string, unknown>, scope?: 'items' | 'system', )
| 1 | export interface GraphqlClient<_Schema> { |
| 2 | query<Output extends object = Record<string, any>>( |
| 3 | query: string, |
| 4 | variables?: Record<string, unknown>, |
| 5 | scope?: 'items' | 'system', |
no outgoing calls
no test coverage detected