You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
the private API that I want to access needs an enumeration type in one of the parameters. https://graphql.org/learn/schema/#enumeration-types
Is there a way to implement this with this library?
Many thanks
The text was updated successfully, but these errors were encountered:
And then use the type and individual values. Or you can use the const values directly.
Package githubv4, which builds on top of this general-purpose graphql package, defines Go identifiers for the GitHub API schema via code generation, see its enum.go file.
Hello,
the private API that I want to access needs an enumeration type in one of the parameters.
https://graphql.org/learn/schema/#enumeration-types
Is there a way to implement this with this library?
Many thanks
The text was updated successfully, but these errors were encountered: