File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " thecodingmachine/graphqlite" ,
3- "description" : " Write your GraphQL queries in simple to write controllers (using webonix /graphql-php)." ,
3+ "description" : " Write your GraphQL queries in simple to write controllers (using webonyx /graphql-php)." ,
44 "license" : " MIT" ,
55 "type" : " library" ,
66 "authors" : [
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sidebar_label: Troubleshooting
66
77** Error: Maximum function nesting level of '100' reached**
88
9- Webonix 's GraphQL library tends to use a very deep stack.
9+ Webonyx 's GraphQL library tends to use a very deep stack.
1010This error does not necessarily mean your code is going into an infinite loop.
1111Simply try to increase the maximum allowed nesting level in your XDebug conf:
1212
Original file line number Diff line number Diff line change 1919use TheCodingMachine \GraphQLite \Types \ResolvableInputObjectType ;
2020
2121/**
22- * This class is in charge of creating Webonix InputTypes from Factory annotations.
22+ * This class is in charge of creating Webonyx InputTypes from Factory annotations.
2323 */
2424class InputTypeGenerator
2525{
Original file line number Diff line number Diff line change 1313use TheCodingMachine \GraphQLite \Types \TypeAnnotatedObjectType ;
1414
1515/**
16- * This class is in charge of creating Webonix GraphQL types from annotated objects that do not extend the
17- * Webonix ObjectType class.
16+ * This class is in charge of creating Webonyx GraphQL types from annotated objects that do not extend the
17+ * Webonyx ObjectType class.
1818 */
1919class TypeGenerator
2020{
You can’t perform that action at this time.
0 commit comments