provider GraphQL POST /graphql
@utdk/linear /graphql
Execute a GraphQL query or mutation
Execute a GraphQL query or mutation against the Linear API. This is the primary interface for interacting with issues, projects, teams, cycles, and all Linear data.

Try it

Authentication
Configure credentials for Linear API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

executegraphql
POST/graphql
Execute a GraphQL query or mutation against the Linear API. This is the primary interface for interacting with issues, projects, teams, cycles, and all Linear data.

Input

required

The GraphQL query or mutation string

Variables to pass to the GraphQL query

Name of the operation to execute (for multi-operation documents)

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import linear from '@utdk/linear';

await linear.executegraphql()