Replies: 4 comments
-
Hello 👋 |
Beta Was this translation helpful? Give feedback.
-
@dariuszkuc Thanks for a prompt response. I think that schema generation is done by component graphql-kotlin-schema-generator internally. But from the other hand I can see some custom SchemaGeneratorHooks in the Spring config of my app... So then I just need to add one more hook for |
Beta Was this translation helpful? Give feedback.
-
@stasbit These are the supported scalars out of the box: https://opensource.expediagroup.com/graphql-kotlin/docs/schema-generator/writing-schemas/scalars These are the supported list formats: https://opensource.expediagroup.com/graphql-kotlin/docs/schema-generator/writing-schemas/lists Then every thing else must be a scalar, a list, or an object that is available through reflection: https://opensource.expediagroup.com/graphql-kotlin/docs/schema-generator/customizing-schemas/generator-config#schemageneratorconfig As mentioned |
Beta Was this translation helpful? Give feedback.
-
@smyrick Thanks a lot, sorry for reporting Question as a Bug. But anyway thanks for great support. I think we can resolve this issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Library Version
Describe the bug
During the service start there is an exception
To Reproduce
Steps to reproduce the behavior. Please provide:
Expected behavior
Spring boot application started, graphQL schema generated.
Beta Was this translation helpful? Give feedback.
All reactions