Mutations
createMyLinearIntegration
Connects the current user’s Plain account to their Linear account by exchanging an OAuth authorization code. Obtain the authorization code by directing the user through the URL returned by myLinearInstallationInfo. The redirectUrl must match the one used when generating the installation URL. Each workspace can only be connected to one Linear organisation; attempting to connect a second organisation returns an error.
MUTATION
createMyLinearIntegration(input: CreateMyLinearIntegrationInput!): CreateMyLinearIntegrationOutput!Arguments
input
required
Returns
integration
error
Mutation
Variables
Response
Mutation
Variables
Response

