Skip to content

Commit

Permalink
Changed Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ahincalan authored and ahincalan committed Jan 28, 2019
1 parent 48e3a89 commit 8c8925d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ qb.toQueryString();

---

###### Query Example 2
##### Query Example 2
String Usage
```text
'query {
Expand Down Expand Up @@ -83,7 +83,7 @@ qb.toQueryString();

---

###### Query Example 3
##### Query Example 3
String Usage
```text
'query ($id: 'Int') {
Expand Down Expand Up @@ -117,7 +117,7 @@ qb.toQueryString();

---

###### Mutation Example 1
##### Mutation Example 1
String Usage
```text
'mutation ($user: User_Input) {
Expand All @@ -144,7 +144,7 @@ qb.toMutationString();

---

###### Mutation Example 2
##### Mutation Example 2
String Usage
```text
'mutation ($id: Int, $name: String, $gender: String) {
Expand Down

0 comments on commit 8c8925d

Please sign in to comment.