mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 17:51:40 -05:00
docs: remove apollo-server html custom formatting and title quotes
This commit is contained in:
parent
3e00182a16
commit
8e0aefa7db
2 changed files with 4 additions and 1144 deletions
File diff suppressed because it is too large
Load diff
|
@ -66,7 +66,7 @@ The `registerServer` method is from `apollo-server-express`. Middleware registra
|
|||
|
||||
* `options`: <`Object`>
|
||||
* `app`: <`HttpServer`> _(required)_
|
||||
|
||||
|
||||
Pass the handle to your nexpress server here.
|
||||
|
||||
* `server`: <`ApolloServer`> _(required)_
|
||||
|
@ -109,14 +109,14 @@ const typeDefs = gql`
|
|||
|
||||
## `makeExecutableSchema`
|
||||
|
||||
The `makeExecutableSchema` method is re-exported from apollo-server as a convenience.
|
||||
The `makeExecutableSchema` method is re-exported from apollo-server as a convenience.
|
||||
|
||||
### Parameters
|
||||
|
||||
* `options` : <`Object`>
|
||||
* `typeDefs`: <`GraphQLSchema`> _(required)_
|
||||
* `resolvers` : <`Object`>
|
||||
* `logger` : <`Object`>
|
||||
* `resolvers` : <`Object`>
|
||||
* `logger` : <`Object`>
|
||||
* `allowUndefinedInResolve` = false
|
||||
* `resolverValidationOptions` = {}
|
||||
* `directiveResolvers` = null
|
||||
|
|
Loading…
Add table
Reference in a new issue