Skip to content

Commit 0500459

Browse files
committed
docs: updte doc images
1 parent 689c024 commit 0500459

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ Once the product has been inserted, you should be able to observe that your subs
259259

260260
The code sample in the [__*Basics*__](#basics) section uses the default GraphiQl settings:
261261

262-
<p align="center"><img src="https://raw.githubusercontent.com/nicolasdao/graphql-serverless/master/img/graphiql_light.png" width="600"/></p>
262+
<p align="center"><img src="https://raw.githubusercontent.com/nicolasdao/graphql-serverless/master/img/graphiql_light_theme.png" width="600"/></p>
263263

264264
By updating the `graphqlOptions` in the [__*Basics*__](#basics) section example as follow:
265265

@@ -305,7 +305,7 @@ const graphqlOptions = {
305305

306306
We can update the GraphiQL interface as follow:
307307

308-
<p align="center"><img src="https://raw.githubusercontent.com/nicolasdao/graphql-serverless/master/img/graphiql_dark.png" width="600"/></p>
308+
<p align="center"><img src="https://raw.githubusercontent.com/nicolasdao/graphql-serverless/master/img/graphiql_dark_theme.png" width="600"/></p>
309309

310310
The differences are:
311311
- Custom page name
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)