Skip to content

Commit 18ff273

Browse files
committed
autofix: fixes from CI
1 parent 81103a3 commit 18ff273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cachedValidUrls.json

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@
238238
"https://raw.githubusercontent.com/graphile/postgraphile-lambda-example/master/src/express-lib-view.js",
239239
"https://relay.dev/docs/en/graphql-server-specification",
240240
"https://relay.dev/docs/en/mutations",
241+
"https://relay.dev/docs/guides/network-layer/",
241242
"https://spec.graphql.org/June2018/",
242243
"https://store.graphile.com",
243244
"https://store.graphile.com/eulas/postgraphile-pro/",

src/pages/postgraphile/security.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,7 @@ const client = new ApolloClient({
154154
});
155155
```
156156

157-
or
158-
[with Relay](https://relay.dev/docs/guides/network-layer/)
157+
or [with Relay](https://relay.dev/docs/guides/network-layer/)
159158

160159
```js{3,8}
161160
function fetchQuery( operation, variables, cacheConfig, uploadables) {

0 commit comments

Comments
 (0)