Skip to content

Commit

Permalink
Cleanup File Structure (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib authored Apr 11, 2024
1 parent 18ed450 commit 469a6ce
Show file tree
Hide file tree
Showing 4 changed files with 1,300 additions and 11 deletions.
2 changes: 1 addition & 1 deletion spec/Section 1 -- Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ composition and distributed execution.
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 or arguments that
describe execution, and may have additional internal fields or arguments that
won't be exposed in the client-facing composite schema.

- **Distributed Execution**: The _distributed GraphQL executor_ specifies the
Expand Down
9 changes: 0 additions & 9 deletions spec/Section 2 -- Source Schema.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# Source Schema

The GraphQL Composite Schemas spec refers to downstream GraphQL APIs that have
been designed for composition as subgraphs. These subgraphs may have additional
directives specified in this section to indicate semantics of type system
members in the overall graph.

## Directives

Subgraph directives offer instructions for the schema composition process,
detailing type system member semantics and specifying type transformations. In
some cases subgraph schemas can be composed without any directives.

### @entityResolver

```graphql
Expand Down
1 change: 0 additions & 1 deletion spec/Section 3 -- Supergraph.md

This file was deleted.

Loading

0 comments on commit 469a6ce

Please sign in to comment.