You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,13 +14,13 @@ Serverless GraphQL API built with Netlify functions and Apollo. This is a POC us
14
14
15
15
## Running GraphQL queries
16
16
17
-
We will use the handly GraphQL [playground](https://github.com/prisma/graphql-playground) app to test/run queries against our GraphQL API.
17
+
We will use the handly GraphQL [playground](https://github.com/prisma/graphql-playground) app to test/run queries against our GraphQL API. Go ahead and download and install it on your local machine.
18
18
19
19
Enter the following url: `http://localhost:8888/.netlify/functions/graphql` in GraphQL playground.
20
20
21
21
### Example queries
22
22
23
-
`GetAll Resources:`
23
+
`GetAllResources:`
24
24
25
25
```
26
26
{
@@ -34,7 +34,7 @@ Enter the following url: `http://localhost:8888/.netlify/functions/graphql` in G
34
34
}
35
35
```
36
36
37
-
`GetAResourceById:`
37
+
`GetResourceById:`
38
38
39
39
```
40
40
{
@@ -48,8 +48,23 @@ Enter the following url: `http://localhost:8888/.netlify/functions/graphql` in G
0 commit comments