You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this is a bug, or am I doing something incorrectly here?
I can see the fields are being detected and added to the Input Type in InputTypeGenerator.php at line ~66 (mapInput()) but it looks like somewhere down the call-stack the fields are being set to null.
Any advice would be highly appreciated!
The text was updated successfully, but these errors were encountered:
Hi, thanks for creating GraphQLite!
I have an issue when creating an Input Type - if we use introspection to inspect it the fields are always
null
.I have tried creating an Input Type using the
@Factory
annotation, like so:And also using the
@Input
annotation from @devmaslov's PR (#269), like so:But, when POSTing the following introspection query:
The response is:
Is this is a bug, or am I doing something incorrectly here?
I can see the fields are being detected and added to the Input Type in
InputTypeGenerator.php
at line ~66 (mapInput()
) but it looks like somewhere down the call-stack the fields are being set to null.Any advice would be highly appreciated!
The text was updated successfully, but these errors were encountered: