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
Cannot execute command Cannot invoke "com.arcadedb.graphql.parser.ArgumentsDefinition.getInputValueDefinitions()"
because the return value of "com.arcadedb.graphql.parser.FieldDefinition.getArgumentsDefinition()" is null
This may be also a user error; please correct the example below if necessary. Or is it not possible to directly reference SQL created types and I need to redeclare in GraphQL?
v25.3.1 (build d86c5c504da14112a6e81cdb6efbc85567137aca/1741368384948/main)
Running on Linux 6.2.0-26-generic - OpenJDK 64-Bit Server VM 17.0.14
Trying to recreate a basic GraphQL example ( https://graphql.org/learn/queries/ ) is not working and causing the following error:
This may be also a user error; please correct the example below if necessary. Or is it not possible to directly reference SQL created types and I need to redeclare in GraphQL?
Steps to reproduce:
The text was updated successfully, but these errors were encountered: