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

Bump release to 0.8.1 #199

Merged
merged 1 commit into from
Mar 30, 2023
Merged

Bump release to 0.8.1 #199

merged 1 commit into from
Mar 30, 2023

Conversation

boopathi
Copy link
Member

Bug Fixes:

This release introduces a new CompilerOption useExperimentalPathBasedSkipInclude. If you have multiple "fragment spreads" pointing to the same fragment and use skip include inside the fragment, it is recommended to use this option to avoid a bug. In future releases, this option will be removed when it becomes the default.

For example,

const compiledQuery = compileQuery(
  schema, ast, operationName,
  {
    useExperimentalPathBasedSkipInclude: true
  }
);

@boopathi
Copy link
Member Author

👍

2 similar comments
@nabeelbukhari
Copy link
Member

👍

@oporkka
Copy link
Member

oporkka commented Mar 30, 2023

👍

@oporkka oporkka merged commit 5645871 into main Mar 30, 2023
@oporkka oporkka deleted the release-0.8.1 branch March 30, 2023 14:55
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