graphql-inspector
graphql-inspector copied to clipboard
Support AWS Types in GitHub Action
Is your feature request related to a problem? Please describe.
The GitHub Action (kamilkisiela/graphql-inspector@master
) should support the --aws
flag that is supported with the CLI.
Describe the solution you'd like
A configuration option for the GitHub Action to support the AWS types.
Describe alternatives you've considered
I found #1728 and #1793, but I didn't see anything in the code there that would support this. I also looked in the GitHub Action source and didn't see anything that would support this:
https://github.com/kamilkisiela/graphql-inspector/blob/master/packages/action/src/run.ts
Additional context
Thanks for creating such a neat tool! We're hoping we can leverage it easily in our GitHub Action workflow. I'm sure there's a way we could manually install the CLI in a GitHub Action worker and do the check manually, but it would be a lot easier if we could use the off-the-shelf action with a config to quickly enable this fucntionality.
If I'm overlooking a way to accomplish it currently, please let me know!
Thank you 🙏