File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"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)." ,
4
4
"license" : " MIT" ,
5
5
"type" : " library" ,
6
6
"authors" : [
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ sidebar_label: Troubleshooting
6
6
7
7
** Error: Maximum function nesting level of '100' reached**
8
8
9
- Webonix 's GraphQL library tends to use a very deep stack.
9
+ Webonyx 's GraphQL library tends to use a very deep stack.
10
10
This error does not necessarily mean your code is going into an infinite loop.
11
11
Simply try to increase the maximum allowed nesting level in your XDebug conf:
12
12
Original file line number Diff line number Diff line change 19
19
use TheCodingMachine \GraphQLite \Types \ResolvableInputObjectType ;
20
20
21
21
/**
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.
23
23
*/
24
24
class InputTypeGenerator
25
25
{
Original file line number Diff line number Diff line change 13
13
use TheCodingMachine \GraphQLite \Types \TypeAnnotatedObjectType ;
14
14
15
15
/**
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.
18
18
*/
19
19
class TypeGenerator
20
20
{
You can’t perform that action at this time.
0 commit comments