We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f6fdc commit 13e91afCopy full SHA for 13e91af
graphene_federation/service.py
@@ -129,7 +129,7 @@ def get_sdl(schema: Schema) -> str:
129
_schema_import.append('"@shareable"')
130
if tagged_fields:
131
_schema_import.append('"@tag"')
132
- _schema = f'extend schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: [{", ".join(_schema_import)}]'
+ _schema = f'schema @link(url: "https://specs.apollo.dev/federation/v2.0", import: [{", ".join(_schema_import)}]'
133
_schema += '{ %replace% \n} \n\n'
134
_schema_content = ""
135
if schema.query:
0 commit comments