Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const personType = new GraphQLObjectType({
fields: () => ({
id: {
type: new GraphQLNonNull(GraphQLInt),
description: 'First Name',
description: 'Id',
},
firstName: {
type: new GraphQLNonNull(GraphQLString),
Expand Down Expand Up @@ -337,4 +337,4 @@ expressApp.get('/graphql', (req, res, next) => {
## setBuilderOptions

Allows you to customize **Objection** query builder behavior. For instance, you can pass `{ skipUndefined: true }` as an options argument. So, each time the builder is called, it will be called with **skipUndefined** enabled.
This can be useful when you use [graphql-tools](https://github.com/apollographql/graphql-tools) schema stitching.
This can be useful when you use [graphql-tools](https://github.com/apollographql/graphql-tools) schema stitching.