Commit d62a529
[FEAT] Support upto Federation v2.7 (#27)
* Bug Fix: Avoid schema rebuilding if provided as argument
* Bug Fix: Typing
* Fix: Lint Error
* Bug Fix: build_schema
* Bug Fix: build_schema
* fix(SDL): Cleans type annotation spacing and removed extra spacing
* feat(utils): Add helper function for cleaning schema and removing redundant spaces and new lines
* fix(tests): Refactor code using dedent and clean_schema helper, uses absolute import
* style(Lint): Format using black
* feat(federation): Support for specifying specific federation version
* feat(Compose Directive): Add support for Compose Directive, and allow marked directives to be composed into supergraph
* fix(Schema): Entities recursion error fixed
* fix: black styling
* fix: when @requires is used, resolvers receive dict of fields instead of a graphql type
* fix: graphene-federation does not work without directives in federation version >= 2.1
* fix: schema spacing errors
* fix: @requires type resolution errors
* fix: enum types not allowed in @key
* feat: support @external on OBJECT type
* feat: add support for federation-v2.3 using graphene-directives
* deprecate: extends
* add: support upto 2.6 spec
* refact: is_non_field check
* refact: relative imports to absolute imports
* add: validators for @provides
* chore: make dev-setup
* docs: add documentation
* support: custom field names
* docs: update readme
* docs: add rover support upto 2.5v issue
* refact: add description for scalars
* fix: coveralls testing suite
* refact: FederationDirective -> ComposableDirective
* deprecated: enable_federation_2 in favour of federation_version
* feat: add support for federation v2.7
* feat: Added type conversion when using @requires
* fix: incorrect @sharable definition in federation v2.2
* fix: @sharable is applied multiple times on PageInfo in multithreaded environments
---------
Co-authored-by: Arun Suresh Kumar <asuresh960@gmail.com>
Co-authored-by: Abhinand C <abhinandc.ac@gmail.com>1 parent 07f42ce commit d62a529
File tree
194 files changed
+6717
-3809
lines changed- .github/workflows
- examples
- federation_spec
- graphene_federation
- apollo_versions
- directives
- scalars
- schema_directives
- tests
- transform
- validators
- integration_tests
- service_a/src
- service_b/src
- service_c/src
- service_d/src
- tests/tests
- tests
- gql
- test_annotation_corner_cases_v1
- test_annotation_corner_cases
- test_custom_enum
- test_inaccessible
- test_key_v1
- test_key
- test_override
- test_provides_v1
- test_provides
- test_requires_v1
- test_requires
- test_scalar
- test_schema_annotation_v1
- test_schema_annotation
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
194 files changed
+6717
-3809
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 24 | + | |
| 25 | + | |
28 | 26 | | |
29 | 27 | | |
30 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments