Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@external", "@key", "@provides", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@external", "@key", "@provides", "@tag", "FieldSet"]
) {
query: Query
}

Expand Down Expand Up @@ -53,7 +56,9 @@ scalar FieldSet
directive @external on OBJECT | FIELD_DEFINITION

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@external", "@key", "@provides", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@external", "@key", "@provides", "@tag", "FieldSet"]
) {
query: Query
}

Expand Down Expand Up @@ -53,7 +56,9 @@ scalar FieldSet
directive @external on OBJECT | FIELD_DEFINITION

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@external", "@key", "@provides", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@external", "@key", "@provides", "@tag", "FieldSet"]
) {
query: Query
}

Expand Down Expand Up @@ -53,7 +56,9 @@ scalar FieldSet
directive @external on OBJECT | FIELD_DEFINITION

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@external", "@key", "@provides", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@external", "@key", "@provides", "@tag", "FieldSet"]
) {
query: Query
}

Expand Down Expand Up @@ -53,7 +56,9 @@ scalar FieldSet
directive @external on OBJECT | FIELD_DEFINITION

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
schema
@composeDirective(name: "@custom")
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@composeDirective", "@key", "@tag", "FieldSet"])
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@composeDirective", "@key", "@tag", "FieldSet"]
)
@link(url: "https://specs.custom.dev/custom/v1.0", import: ["@custom"]) {
query: Query
}
Expand Down Expand Up @@ -34,7 +37,9 @@ directive @composeDirective(name: String!) repeatable on SCHEMA
directive @custom on FIELD_DEFINITION

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
schema
@composeDirective(name: "@custom")
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@composeDirective", "@key", "@tag", "FieldSet"])
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@composeDirective", "@key", "@tag", "FieldSet"]
)
@link(url: "https://specs.custom.dev/custom/v1.0", import: ["@custom"]) {
query: Query
}
Expand Down Expand Up @@ -34,7 +37,9 @@ directive @composeDirective(name: String!) repeatable on SCHEMA
directive @custom on FIELD_DEFINITION

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@external", "@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@external", "@key", "@tag", "FieldSet"]
) {
query: Query
}

Expand Down Expand Up @@ -38,7 +41,9 @@ scalar FieldSet
directive @external on OBJECT | FIELD_DEFINITION

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@external", "@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@external", "@key", "@tag", "FieldSet"]
) {
query: Query
}

Expand Down Expand Up @@ -38,7 +41,9 @@ scalar FieldSet
directive @external on OBJECT | FIELD_DEFINITION

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@key", "@tag", "FieldSet"]
) {
query: QueryOfTestTypePropertyDirective
}

Expand Down Expand Up @@ -28,7 +31,9 @@ scalar _Any
scalar FieldSet

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@key", "@tag", "FieldSet"]
) {
query: QueryOfTestTypePropertyDirectives
}

Expand Down Expand Up @@ -29,7 +32,9 @@ scalar _Any
scalar FieldSet

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@key", "@tag", "FieldSet"]
) {
query: QueryOfTestTypeClassDirective
}

Expand Down Expand Up @@ -33,7 +36,9 @@ scalar _Any
scalar FieldSet

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@key", "@tag", "FieldSet"]
) {
query: Query
}

Expand Down Expand Up @@ -34,7 +37,9 @@ scalar _Any
scalar FieldSet

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@key", "@tag", "FieldSet"]
) {
query: QueryOfTestTypeClassDirective
}

Expand Down Expand Up @@ -28,7 +31,9 @@ scalar _Any
scalar FieldSet

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@key", "@tag", "FieldSet"]
) {
query: Query
}

Expand Down Expand Up @@ -29,7 +32,9 @@ scalar _Any
scalar FieldSet

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@key", "@tag", "FieldSet"]
) {
query: QueryOfTestTypePropertyDirective
}

Expand All @@ -24,7 +27,9 @@ scalar _Any
scalar FieldSet

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@key", "@tag", "FieldSet"]
) {
query: QueryOfTestTypePropertyDirectives
}

Expand All @@ -25,7 +28,9 @@ scalar _Any
scalar FieldSet

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@key", "@tag", "FieldSet"]
) {
query: QueryOfTestTypeClassDirective
}

Expand Down Expand Up @@ -29,7 +32,9 @@ scalar _Any
scalar FieldSet

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
schema
@link(url: "https://specs.apollo.dev/federation/v2.6", import: ["@key", "@tag", "FieldSet"]) {
@link(
url: "https://specs.apollo.dev/federation/v2.6"
import: ["@key", "@tag", "FieldSet"]
) {
query: Query
}

Expand Down Expand Up @@ -39,7 +42,9 @@ scalar _Any
scalar FieldSet

"Used to indicate a combination of fields that can be used to uniquely identify and fetch an object or interface."
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on OBJECT | INTERFACE
directive @key(fields: FieldSet!, resolvable: Boolean = true) repeatable on
| OBJECT
| INTERFACE

"Links definitions within the document to external schemas."
directive @link(
Expand Down
Loading
Loading