-
-
Notifications
You must be signed in to change notification settings - Fork 749
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
fix: disable default inclusion of @tag
directive
#6630
Conversation
While useful, `@tag` directive is not part of the built-in directives so shouldn't be included by default. Users should opt-in to use custom directives.
HotChocolate.Data.Spatial.Filters.QueryableFilterVisitorTouchesTests.Create_Touches_Query [FAIL] |
StrawberryShake.CodeGeneration.CSharp.Integration.StarWarsUnionList.StarWarsUnionListTest.Execute_StarWarsUnionList_Test [FAIL] |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #6630 +/- ##
==========================================
- Coverage 78.98% 78.31% -0.67%
==========================================
Files 2903 2949 +46
Lines 139771 142272 +2501
==========================================
+ Hits 110397 111425 +1028
- Misses 29374 30847 +1473
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
We include tag by default ... this is intended ... when the apollo integration is used it is the apollo federation tag version, so it should not be an issue. |
Thanks for confirming. Wasn't sure if it was intentional as it looked like a miss (all other options are disabled by default and it is not a standard GraphQL feature) and our integration was somewhat iffy because of that (apollographql/federation-hotchocolate#36). |
While useful,
@tag
directive is not part of the built-in directives so shouldn't be included by default. Users should opt-in to use custom directives.