Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mayakoneval committed Oct 23, 2023
1 parent fc865b2 commit e2c4c75
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 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,12 @@ type InitialStateForEmbeds =

export type ApolloServerPluginLandingPageDefaultBaseOptions = {
/**
* 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.
* 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.
*/
version?: string;
/**
Expand Down

0 comments on commit e2c4c75

Please sign in to comment.