Skip to content

Commit

Permalink
review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Dec 1, 2024
1 parent f24c5d7 commit 6df61a7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions spec/Section 1 -- Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ The GraphQL Composite Schemas specification has a number of design principles:
responsible for serving within the context of the larger schema, referencing
and extending that which is provided by other source schemas. The GraphQL
Composite Schemas specification does not describe how to combine arbitrary
schemas.
Note: Tooling may be built to transform existing or external schemas into
compliant _source schemas_, but details of building such tooling is beyond the
scope of this specification.
schemas.

- **Collaborative**: The GraphQL Composite Schemas specification is explicitly
designed around team collaboration. By building on a principled composition
Expand All @@ -44,6 +41,11 @@ The GraphQL Composite Schemas specification has a number of design principles:
GraphQL Composite Schemas specification prefers to be explicit about
intentions and minimize reliance on inference and convention.

Note: Although the GraphQL Composite Schemas specification does not describe how
to combine arbitrary schemas, as noted above, tooling may be built to transform
existing or external schemas into compliant _source schemas_. Details of
building such tooling is beyond the scope of this specification.

To enable greater interoperability between different implementations of tooling
and gateways, this specification focuses on two core components: schema
composition and distributed execution.
Expand Down

0 comments on commit 6df61a7

Please sign in to comment.