Skip to content

Commit

Permalink
Update spec/Section 2 -- Source Schema.md
Browse files Browse the repository at this point in the history
Co-authored-by: Glen <[email protected]>
  • Loading branch information
michaelstaib and glen-84 committed Jun 17, 2024
1 parent b5266d4 commit 91048bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 2 -- Source Schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ type Product @key(fields: "_internalId") {

The `@internal` directive in combination with the `@lookup` directive allows
defining lookup directives that are not used as global fields in the public
schema and this are not used as entry points.
schema and thus are not used as entry points.

```graphql example
type Query {
Expand Down

0 comments on commit 91048bc

Please sign in to comment.