We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7020ac commit f9f1443Copy full SHA for f9f1443
README.md
@@ -18,7 +18,9 @@ We will use the handly GraphQL [playground](https://github.com/prisma/graphql-pl
18
19
Enter the following url: `http://localhost:8888/.netlify/functions/graphql` in GraphQL playground.
20
21
-GetAll Resources:
+### Example queries
22
+
23
+`GetAll Resources:`
24
25
```
26
{
@@ -32,6 +34,20 @@ GetAll Resources:
32
34
}
33
35
36
37
+`GetAResourceById:`
38
39
+```
40
+{
41
+ resource(id: 1) {
42
+ id
43
+ title
44
+ description
45
+ url
46
+ credit
47
+ }
48
+}
49
50
51
## Technologies used
52
53
- Netlify
0 commit comments