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

Update class-based GraphQL schema #928

Merged
merged 1 commit into from
Jan 21, 2020
Merged

Update class-based GraphQL schema #928

merged 1 commit into from
Jan 21, 2020

Conversation

marcotc
Copy link
Member

@marcotc marcotc commented Jan 21, 2020

Fixes CI failure

The GraphQL gem has deprecated .define-style schema definition.

Documentation has been updated to provide configuration examples using a class-based schema definition, while also keeping the original examples as define-style is still supported.

In our test suite, were mixing class-based and .define-style schema definition, which triggered issues with the release of graphql 1.10.

This PR expands our CI test fixture by creating the whole schema definition with both versions (class and .define styles).

@marcotc marcotc added integrations Involves tracing integrations dev/testing Involves testing processes (e.g. RSpec) labels Jan 21, 2020
@marcotc marcotc requested a review from a team January 21, 2020 22:28
@marcotc marcotc self-assigned this Jan 21, 2020
Copy link
Contributor

@delner delner left a comment

Choose a reason for hiding this comment

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

👍

@marcotc marcotc merged commit c9027de into master Jan 21, 2020
@marcotc marcotc deleted the test/fix-graphql-1.10 branch January 21, 2020 22:40
@marcotc marcotc added this to the 0.32.0 milestone Jan 22, 2020
delner pushed a commit that referenced this pull request Feb 27, 2020
delner pushed a commit that referenced this pull request Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev/testing Involves testing processes (e.g. RSpec) integrations Involves tracing integrations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants