Skip to content
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(core): ability to skip some specific validation rules with skipDocumentValidation option #6825

Merged
merged 13 commits into from
Oct 13, 2021

Conversation

ardatan
Copy link
Collaborator

@ardatan ardatan commented Oct 12, 2021

No description provided.

@vercel
Copy link

vercel bot commented Oct 12, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/theguild/graphql-code-generator/6nyhyc9WJXtFtoaYsEiZ9t6FNVF8
✅ Preview: Failed

[Deployment for 3ae6221 failed]

@changeset-bot
Copy link

changeset-bot bot commented Oct 12, 2021

🦋 Changeset detected

Latest commit: 3ae6221

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@graphql-codegen/core Minor
@graphql-codegen/plugin-helpers Minor
@graphql-codegen/cli Patch
@graphql-cli/codegen Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@theguild-bot
Copy link
Collaborator

theguild-bot commented Oct 12, 2021

The latest changes of this PR are available as alpha in npm (based on the declared changesets):

@graphql-cli/codegen@2.1.3-alpha-a09853373.0
@graphql-codegen/cli@2.2.1-alpha-a09853373.0
@graphql-codegen/core@2.2.0-alpha-a09853373.0
@graphql-codegen/c-sharp@4.1.5-alpha-a09853373.0
@graphql-codegen/c-sharp-operations@2.1.5-alpha-a09853373.0
@graphql-codegen/flow@2.1.5-alpha-a09853373.0
@graphql-codegen/flow-operations@2.1.5-alpha-a09853373.0
@graphql-codegen/flow-resolvers@2.1.5-alpha-a09853373.0
@graphql-codegen/java-apollo-android@2.1.5-alpha-a09853373.0
@graphql-codegen/java-common@2.1.5-alpha-a09853373.0
@graphql-codegen/java@3.1.5-alpha-a09853373.0
@graphql-codegen/kotlin@2.1.5-alpha-a09853373.0
@graphql-codegen/java-resolvers@2.1.5-alpha-a09853373.0
@graphql-codegen/add@3.1.1-alpha-a09853373.0
@graphql-codegen/fragment-matcher@3.1.1-alpha-a09853373.0
@graphql-codegen/introspection@2.1.1-alpha-a09853373.0
@graphql-codegen/jsdoc@2.1.5-alpha-a09853373.0
@graphql-codegen/schema-ast@2.2.1-alpha-a09853373.0
@graphql-codegen/time@3.1.1-alpha-a09853373.0
@graphql-codegen/urql-introspection@2.1.1-alpha-a09853373.0
@graphql-codegen/visitor-plugin-common@2.2.2-alpha-a09853373.0
@graphql-codegen/typescript-apollo-angular@3.2.1-alpha-a09853373.0
@graphql-codegen/typescript-apollo-client-helpers@2.1.5-alpha-a09853373.0
@graphql-codegen/typescript-document-nodes@2.1.5-alpha-a09853373.0
@graphql-codegen/typescript-enum-array@2.1.1-alpha-a09853373.0
@graphql-codegen/typescript-generic-sdk@2.1.5-alpha-a09853373.0
@graphql-codegen/gql-tag-operations@1.2.1-alpha-a09853373.0
@graphql-codegen/typescript-graphql-apollo@1.0.1-alpha-a09853373.0
@graphql-codegen/typescript-graphql-files-modules@2.1.1-alpha-a09853373.0
@graphql-codegen/typescript-graphql-request@4.1.5-alpha-a09853373.0
@graphql-codegen/typescript-mongodb@2.1.5-alpha-a09853373.0
@graphql-codegen/named-operations-object@2.1.1-alpha-a09853373.0
@graphql-codegen/typescript-oclif@2.1.5-alpha-a09853373.0
@graphql-codegen/typescript-operations@2.1.7-alpha-a09853373.0
@graphql-codegen/typescript-react-apollo@3.1.5-alpha-a09853373.0
@graphql-codegen/typescript-react-offix@2.1.5-alpha-a09853373.0
@graphql-codegen/typescript-react-query@3.0.2-alpha-a09853373.0
@graphql-codegen/typescript-resolvers@2.3.1-alpha-a09853373.0
@graphql-codegen/typescript-rtk-query@2.1.5-alpha-a09853373.0
@graphql-codegen/typescript-stencil-apollo@2.1.5-alpha-a09853373.0
@graphql-codegen/typescript-type-graphql@2.1.5-alpha-a09853373.0
@graphql-codegen/typed-document-node@2.1.5-alpha-a09853373.0
@graphql-codegen/typescript@2.2.3-alpha-a09853373.0
@graphql-codegen/typescript-urql@3.2.1-alpha-a09853373.0
@graphql-codegen/typescript-urql-graphcache@2.1.5-alpha-a09853373.0
@graphql-codegen/urql-svelte-operations-store@1.1.5-alpha-a09853373.0
@graphql-codegen/typescript-vue-apollo@3.1.5-alpha-a09853373.0
@graphql-codegen/typescript-vue-apollo-smart-ops@2.1.5-alpha-a09853373.0
@graphql-codegen/typescript-vue-urql@2.1.5-alpha-a09853373.0
@graphql-codegen/gql-tag-operations-preset@1.2.1-alpha-a09853373.0
@graphql-codegen/graphql-modules-preset@2.1.5-alpha-a09853373.0
@graphql-codegen/import-types-preset@2.1.5-alpha-a09853373.0
@graphql-codegen/near-operation-file-preset@2.1.5-alpha-a09853373.0
@graphql-codegen/testing@0.0.0-20219137296
@graphql-codegen/plugin-helpers@2.2.0-alpha-a09853373.0

Copy link
Owner

@dotansimha dotansimha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great. @ardatan can you please add docs for this?

@ardatan
Copy link
Collaborator Author

ardatan commented Oct 13, 2021

@dotansimha I added some docs. Does it look good for you?

@ardatan ardatan merged commit 7c60e5a into master Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants