mirror of
https://github.com/vale981/apollo-server
synced 2025-03-06 10:11:40 -05:00
Hint about Upload scalar when setting schema manually (#1318)
This commit is contained in:
parent
dbaa465646
commit
314f0ecf43
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ new ApolloServer({
|
||||||
|
|
||||||
* `schema`: <`Object`>
|
* `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
|
* `subscriptions`: <`Object`> | <`String`> | false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue