-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: graphql space configuration plugin #452
Conversation
7aee1ef
to
07ff399
Compare
cbb9120
to
82a6474
Compare
WalkthroughThe transition to Changes
TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 2
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Alex Rock <[email protected]>
b910128
to
82cc57a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 8
Please explain how to summarize this PR for the Changelog:
Introducing the GraphQL to Flatfile Blueprint plugin. This plugin can be used either to generate Flatfile Blueprint from GraphQL or to configure a Flatfile Space from Graphql. Several options are available to provide the GraphQL to the plugin. It either can be provided from a GraphQL API endpoint, a GraphQL schema file, or a custom callback function.
Tell code reviewer how and what to test:
Getting started instructions available on readme.
Summary by CodeRabbit
@flatfile/plugin-graphql-schema
plugin, facilitating conversion of GraphQL schemas to Flatfile Blueprints for data validation and preparation.@flatfile/plugin-graphql
to@flatfile/plugin-graphql-schema
and updated the version to1.0.0
.