-
Notifications
You must be signed in to change notification settings - Fork 111
Consider gqls files to be valid schema files #845
Copy link
Copy link
Closed
Description
"gqls" files are not supported
dgs-codegen/graphql-dgs-codegen-core/src/main/kotlin/com/netflix/graphql/dgs/codegen/CodeGen.kt
Line 200 in 1c9b8f5
| .filter { it.name.endsWith(".graphql") || it.name.endsWith(".graphqls") } |
This creates an awkward situation where Spring for GraphQL users are instructed to use DGS codegen (or do it out of their own accord) and notice that their .gqls files are not being picked up. https://docs.spring.io/spring-boot/3.4/appendix/application-properties/index.html#application-properties.web.spring.graphql.schema.file-extensions
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels