Queries
myLinearInstallationInfo
Returns the OAuth installation URL to initiate the Linear authorization flow for the current user. Pass the returned installationUrl to your UI so the user can grant Plain access to their Linear account. The redirectUrl must match the redirect URI registered for the Linear OAuth app; the authorization code delivered there is then passed to createMyLinearIntegration.
QUERY
myLinearInstallationInfo(redirectUrl: String!): UserLinearInstallationInfo!Arguments
redirectUrl
String!
required
Returns
installationUrl
String!
Query
Variables
Response
Query
Variables
Response

