Open
Description
I expected octokit.graphql
from @octokit/app
to work the same as graphql.js
(which advertises fully typed queries in TypeScript: https://github.com/octokit/graphql.js/#typescript). However, my query variables are coming through as unknown
. Do I need to configure something differently? What is the correct way to get fully typed GraphQL queries when using @octokit/app
?
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
🏗 In progress