You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add tag directive from federation v2
* Add tag to union types
* Add tag to enum and enum value
* Fix style issues
* Add tags to scalar
* Support multiple tags per field
* Add tag to input objects
* Add tag support for arguments and input fields
* Remove trailing line
* fix: rubocop + tests
* feat: ensure @tag is not namespaced
---------
Co-authored-by: Grex <[email protected]>
Co-authored-by: Grex <[email protected]>
field :id, ID, null:false, tags: [{ name:'private' }]
242
+
end
243
+
```
244
+
225
245
### Field set syntax
226
246
227
247
Field sets can be either strings encoded with the Apollo Field Set [syntax]((https://www.apollographql.com/docs/apollo-server/federation/federation-spec/#scalar-_fieldset)) or arrays, hashes and snake case symbols that follow the graphql-ruby conventions:
0 commit comments