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

GraphQLOutputType and GraphQLInputType annotations #472

Closed

Conversation

khoberg
Copy link
Contributor

@khoberg khoberg commented Jan 21, 2020

Added macro support for 2 new annotations: GraphQLOutputType and GraphQLInputType
These annotations take a Sangria OutputType or InputType respectively, and uses that as the field type instead of the found implicit type.

This was requested in #346

yanns and others added 27 commits November 14, 2019 13:46
Rename 'oldFiledType' to 'oldFieldType' in SchemaComparator
…utName.scala

Co-Authored-By: Yann Simon <yann.simon.fr@gmail.com>
This is done to prepare for adding a benchmark module.
It is done as a separate PR to avoid merge problems,
as it involves a lot of renames.

- The main build.sbt defines a root project, core sangria and shared settings
- The sangria source has been moved to modules/core
- The modules/core/build.sbt file defines sangria specific settings
This will make sharing of settings and versions easier,
as noted in the code review.
Change project setup to a multi-module build
…graph-4.8.58

Update classgraph to 4.8.58
- introduce an experimental package and move the new rule there
- rename OverlappingFieldsCanBeMergedFast to OverlappingFieldsCanBeMerged
  as the naming conflict is resolved through the new experimental package
- add an @ApiMayChange annotation
…ds-validation

Faster version of the field selection merging validation
…graph-4.8.59

Update classgraph to 4.8.59
…_projection-args

Revert "extend ProjectionNames to include Args"
…13.1

update sbt to 2.13.1 and sbt-scoverage to 1.6.1
@khoberg khoberg force-pushed the field-type-override-annotations branch from e9ffca4 to ddace09 Compare January 23, 2020 16:15
@khoberg
Copy link
Contributor Author

khoberg commented Jan 23, 2020

Re-creating against sangria-graphql-org/sangria

@khoberg khoberg closed this Jan 23, 2020
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

8 participants