Executes a Sourcegraph GraphQL API query or mutation on the associated Sourcegraph instance and returns a promise for the result.
The GraphQL result type
The type of the variables object
The GraphQL request (query or mutation)
An object whose properties are GraphQL query name-value variable pairs
A Promise for the result of the GraphQL request
Generated using TypeDoc
Executes a Sourcegraph GraphQL API query or mutation on the associated Sourcegraph instance and returns a promise for the result.