Skip to content

Revert throwing exception on missing directive wiring #251

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

Merged
merged 1 commit into from
Jul 8, 2019

Conversation

dariuszkuc
Copy link
Collaborator

There are use cases when directives could be just informational (e.g. @deprecated). Instead of defining no-op directive wiring we should just ignore directives without wiring.

@dariuszkuc dariuszkuc added the changes: minor Changes require a minor version label Jul 8, 2019
There are use cases when directives could be just informational (e.g. @deprecated). Instead of defining no-op directive wiring we should just ignore directives without wiring.
@codecov
Copy link

codecov bot commented Jul 8, 2019

Codecov Report

Merging #251 into master will decrease coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #251      +/-   ##
============================================
- Coverage     97.09%   97.07%   -0.03%     
+ Complexity      198      196       -2     
============================================
  Files            61       61              
  Lines           689      684       -5     
  Branches        121      120       -1     
============================================
- Hits            669      664       -5     
  Misses            8        8              
  Partials         12       12
Impacted Files Coverage Δ Complexity Δ
...graphql/directives/KotlinDirectiveWiringFactory.kt 92.3% <100%> (-1.25%) 13 <2> (-2)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 335209a...0a30208. Read the comment docs.

@smyrick smyrick merged commit 0f7a9c0 into ExpediaGroup:master Jul 8, 2019
tkruener pushed a commit to tkruener/graphql-kotlin that referenced this pull request Jul 14, 2019
There are use cases when directives could be just informational (e.g. @deprecated). Instead of defining no-op directive wiring we should just ignore directives without wiring.
tkruener pushed a commit to tkruener/graphql-kotlin that referenced this pull request Jul 14, 2019
There are use cases when directives could be just informational (e.g. @deprecated). Instead of defining no-op directive wiring we should just ignore directives without wiring.
@dariuszkuc dariuszkuc deleted the directive_wiring branch July 15, 2019 18:32
smyrick pushed a commit to smyrick/graphql-kotlin that referenced this pull request Sep 11, 2019
There are use cases when directives could be just informational (e.g. @deprecated). Instead of defining no-op directive wiring we should just ignore directives without wiring.
dariuszkuc added a commit to dariuszkuc/graphql-kotlin that referenced this pull request Aug 5, 2022
There are use cases when directives could be just informational (e.g. @deprecated). Instead of defining no-op directive wiring we should just ignore directives without wiring.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changes: minor Changes require a minor version
Development

Successfully merging this pull request may close these issues.

2 participants