Skip to content

Commit 3c68aab

Browse files
committed
Updated docs on extend modifier
1 parent d44093c commit 3c68aab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docs/guide/schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ const test = g.type('Test', {}).extend([firstname, lastname])
396396
GraphQL Type:
397397

398398
```graphql
399-
extend type Test {
399+
type Test {
400400
name: String!
401401
}
402402
```

0 commit comments

Comments
 (0)