Hint about Upload scalar when setting schema manually (#1318)

This commit is contained in:
Danilo Bürger 2018-07-09 23:40:22 +02:00 committed by Evans Hauser
parent dbaa465646
commit 314f0ecf43

View file

@ -67,7 +67,7 @@ new ApolloServer({
* `schema`: <`Object`>
An executable GraphQL schema that will override the `typeDefs` and `resolvers` provided
An executable GraphQL schema that will override the `typeDefs` and `resolvers` provided. If you are using [file uploads](https://www.apollographql.com/docs/guides/file-uploads.html), you will have to add the `Upload` scalar to the schema, as it is not automatically added in case of setting the `schema` manually.
* `subscriptions`: <`Object`> | <`String`> | false