Skip to content

Commit

Permalink
Update table docs
Browse files Browse the repository at this point in the history
  • Loading branch information
smyrick committed Jul 7, 2022
1 parent a461458 commit 1850f12
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions docs/source/api/apollo-server.mdx
Expand Up @@ -41,20 +41,16 @@ const server = new ApolloServer({
**Schema options**
</td>
</tr>
<tr class="required">
<tr class="optional">
<td>

##### `typeDefs`
##### `httpFetch`

`DocumentNode` or `Array<DocumentNode>`
`fetch` implementation
</td>
<td>

Document or documents that represent your server's GraphQL schema, generated by applying the `gql` tag to valid Schema Definition Language (SDL) strings.

**Required** unless you provide [`schema`](#schema).

For an example, see [Define your GraphQL schema](../getting-started/#step-3-define-your-graphql-schema).
**Optional**
Provide a custom `fetch` implementation to be used when making REST calls.
</td>
</tr>

Expand Down

0 comments on commit 1850f12

Please sign in to comment.