Skip to content

Commit

Permalink
Updated docs on extend modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mishushakov committed Nov 5, 2023
1 parent d44093c commit 3c68aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/docs/guide/schemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ const test = g.type('Test', {}).extend([firstname, lastname])
GraphQL Type:

```graphql
extend type Test {
type Test {
name: String!
}
```
Expand Down

0 comments on commit 3c68aab

Please sign in to comment.