Skip to content

Commit

Permalink
Merge e6fed34 into 18e8993
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Apr 9, 2020
2 parents 18e8993 + e6fed34 commit 197968a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/source/scalars.md
Expand Up @@ -58,6 +58,8 @@ const jsSchema = makeExecutableSchema({ typeDefs: schemaString, resolvers: resol

Remark : `GraphQLJSON` is a [`GraphQLScalarType`](http://graphql.org/graphql-js/type/#graphqlscalartype) instance.

For a set of popular scalar types that are ready to reuse, try out the [GraphQL Scalars npm library](https://github.com/urigo/graphql-scalars).

### Custom `GraphQLScalarType` instance

If needed, you can define your own [GraphQLScalarType](http://graphql.org/graphql-js/type/#graphqlscalartype) instance. This can be done the following way :
Expand Down

0 comments on commit 197968a

Please sign in to comment.