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
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
Caused by: SchemaProblem{errors=[There is no scalar implementation for the named 'Long' scalar type]}
at graphql.schema.idl.SchemaGenerator.makeExecutableSchema(SchemaGenerator.java:82)
at graphql.schema.idl.SchemaGenerator.makeExecutableSchema(SchemaGenerator.java:58)
at org.springframework.graphql.execution.DefaultSchemaResourceGraphQlSourceBuilder.initGraphQlSchema(DefaultSchemaResourceGraphQlSourceBuilder.java:112)
at org.springframework.graphql.execution.AbstractGraphQlSourceBuilder.build(AbstractGraphQlSourceBuilder.java:85)
at org.springframework.boot.autoconfigure.graphql.GraphQlAutoConfiguration.graphQlSource(GraphQlAutoConfiguration.java:91)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
The text was updated successfully, but these errors were encountered:
I quickly tested on one of my projects, and could not reproduce the issue - the scalar was successfully registered and the schema was created and working correctly.
Could you please share the project? If not, can you please create a minimal project that reproduces the issue?
The text was updated successfully, but these errors were encountered: