File tree Expand file tree Collapse file tree 1 file changed +3
-16
lines changed
Expand file tree Collapse file tree 1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 1010TDBM-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 )
You can’t perform that action at this time.
0 commit comments