Skip to content

Commit

Permalink
Pipe through prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
benjie authored Feb 2, 2024
1 parent 007850c commit e5ddc97
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec/Section 1 -- Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ and gateways, this specification focuses on two core components: schema
composition and distributed execution.

- **Schema Composition**: Schema composition describes the process of merging
multiple _source schema_ into a single GraphQL schema, the _composite
schema_. During this process, an intermediary schema, the _composite execution
schema_, is generated. This composite execution schema is annotated with
directives to describe execution, and may have additional internal fields that
won't be exposed in the client-facing composite schema.
multiple _source schema_ into a single GraphQL schema, the _composite schema_.
During this process, an intermediary schema, the _composite execution schema_,
is generated. This composite execution schema is annotated with directives to
describe execution, and may have additional internal fields that won't be
exposed in the client-facing composite schema.

- **Distributed Execution**: The _distributed GraphQL executor_ specifies the
core execution behavior and algorithms that enable fulfillment of a _GraphQL
Expand Down

0 comments on commit e5ddc97

Please sign in to comment.