Skip to content

Commit b8edf9a

Browse files
authored
Fixing README
1 parent 9586881 commit b8edf9a

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,8 @@
1010
TDBM-GraphQL
1111
============
1212

13-
**Work in progress, no stable release yet**
13+
GraphQL bridge between TDBM and GraphQLite library.
1414

15-
GraphQL bridge between TDBM and Youshido/graphql library.
15+
This library will generate GraphQLite types based on your database model and will modify generates beans with proper annotations.
1616

17-
This library will generate GraphQL types based on your database model.
18-
19-
20-
Troubleshooting
21-
---------------
22-
23-
### Error: Maximum function nesting level of '100' reached
24-
25-
Youshido's GraphQL library tends to use a very deep stack. This error does not necessarily mean your code is going into an infinite loop.
26-
Simply try to increase the maximum allowed nesting level in your XDebug conf:
27-
28-
```
29-
xdebug.max_nesting_level=500
30-
```
17+
### [Read documentation](https://thecodingmachine.github.io/tdbm/doc/graphqlite.html)

0 commit comments

Comments
 (0)