Skip to content

Commit

Permalink
Update packages/server/src/plugin/landingPage/default/types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mayakoneval authored Oct 23, 2023
1 parent 4effc46 commit fc865b2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/server/src/plugin/landingPage/default/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,9 @@ type InitialStateForEmbeds =

export type ApolloServerPluginLandingPageDefaultBaseOptions = {
/**
* By default, the landing page plugin uses the version of the landing
* page published to Apollo's CDN from https://github.com/apollographql/embeddable-explorer/commit/73baf89f5308d263425bbafe21a842a26123cfac.
* If you'd like to pin the current version, pass the SHA served at
* https://apollo-server-landing-page.cdn.apollographql.com/latest/version.txt
* Specify the major version of the landing page to use, i.e v2 or
* provide a specific commit from the [embeddable explorer](https://github.com/apollographql/embeddable-explorer) repo.
* We also support a `_latest` tag but don't recommend using it as it's subject to major version updates.
* here.
*/
version?: string;
Expand Down

0 comments on commit fc865b2

Please sign in to comment.