diff --git a/www/docs/guide/schemas.md b/www/docs/guide/schemas.md index 6d694e2..c0faf0d 100644 --- a/www/docs/guide/schemas.md +++ b/www/docs/guide/schemas.md @@ -396,7 +396,7 @@ const test = g.type('Test', {}).extend([firstname, lastname]) GraphQL Type: ```graphql -extend type Test { +type Test { name: String! } ```