Skip to content

Commit 26121e4

Browse files
authored
Add GraphQL Docs
1 parent 8b686a4 commit 26121e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/graphql.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## GraphQL API
2+
[Back to the navigation](README.md)
3+
4+
Wraps [GitHub v4 API (GraphQL API)](http://developer.github.com/v4/).
5+
6+
#### Execute a query
7+
8+
```php
9+
$rateLimits = $client->api('graphql')->execute($query);
10+
```

0 commit comments

Comments
 (0)