Skip to content

Commit 13308cb

Browse files
committed
Merge branch 'master' of github.com:codebrew-hackerspace/graphql-basics
2 parents 1445448 + b237502 commit 13308cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Graphql
1+
# GraphQL
22

33
GraphQL is query language, a middle layer that defines the API between the front end and backend. It is a way of querying the data you need in a concise, clean manner.
44

@@ -391,4 +391,4 @@ To delete a message, but instead change the id to the id of the correct message
391391
mutation m {
392392
deleteMessage(id:"48608df0-6c11-43b5-bc98-26cd7e586e4b")
393393
}
394-
```
394+
```

0 commit comments

Comments
 (0)