Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-scheer committed Jun 7, 2023
1 parent 1572011 commit 52bee17
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions docs/source/api/plugin/landing-pages.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -448,8 +448,7 @@ An object containing initial HTTP header values to populate in the Explorer on l

###### `embed`

`boolean | ApolloServerPluginEmbedded`
`LandingPageProductionConfigOptions`
`boolean | EmbeddableSandboxOptions`
</td>
<td>

Expand All @@ -461,6 +460,19 @@ The default value is `false`, in which case the landing page displays a basic `c

You can configure the Explorer embedded on your Apollo Server endpoint with display and functional options. For supported options, see [`embed` options](#embed-options).

</td>
</tr>
<tr>
<td>

###### `precomputedNonce`

`string`
</td>
<td>

The landing page renders with a randomly generated nonce for security purposes. If you'd like to provide your own nonce, you can do so here. This is useful for Cloudflare Workers which can't perform random number generation on startup.

</td>
</tr>

Expand Down

0 comments on commit 52bee17

Please sign in to comment.