Skip to content

Commit

Permalink
deploy: 0d15a0f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 28, 2024
1 parent e7f86b3 commit aa10499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <h1 data-source="spec/Section%201%20--%20Overview.md#L1"><span class="spec-secid
</ul>
<p data-source="spec/Section%201%20--%20Overview.md#L44-L46">To enable greater interoperability between different implementations of tooling and gateways, this specification focuses on two core components: schema composition and distributed execution.</p>
<ul>
<li data-source="spec/Section%201%20--%20Overview.md#L48-L53"><strong>Schema Composition</strong>: Schema composition describes the process of merging multiple <em>source schema</em> into a single GraphQL schema, the <em>composite schema</em>. During this process, an intermediary schema, the <em>composite execution schema</em>, is generated. This composite execution schema is annotated with directives to describe execution, and may have additional internal fields that won&rsquo;t be exposed in the client-facing composite schema.</li>
<li data-source="spec/Section%201%20--%20Overview.md#L48-L53"><strong>Schema Composition</strong>: Schema composition describes the process of merging multiple <em>source schema</em> into a single GraphQL schema, the <em>composite schema</em>. During this process, an intermediary schema, the <em>composite execution schema</em>, is generated. This composite execution schema is annotated with directives to describe execution, and may have additional internal fields or arguments that won&rsquo;t be exposed in the client-facing composite schema.</li>
<li data-source="spec/Section%201%20--%20Overview.md#L55-L58"><strong>Distributed Execution</strong>: The <em>distributed GraphQL executor</em> specifies the core execution behavior and algorithms that enable fulfillment of a <span class="spec-ref"><a href="https://spec.graphql.org/draft/#request" data-name="graphql-request" target="_blank">GraphQL request</a></span> performed against the <em>composite schema</em>. </li>
</ul>
</section>
Expand Down

0 comments on commit aa10499

Please sign in to comment.