Skip to content

Fix bug in DgsGraphQLSourceBuilder#2214

Open
kilink wants to merge 1 commit intomasterfrom
dgs-graphql-source-builder-resource-bug
Open

Fix bug in DgsGraphQLSourceBuilder#2214
kilink wants to merge 1 commit intomasterfrom
dgs-graphql-source-builder-resource-bug

Conversation

@kilink
Copy link
Member

@kilink kilink commented Sep 23, 2025

The schemaResources method of DgsGraphQLSourceBuilder did not actually retain the passed in schema resources.

price: Float
}

scalar Upload
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This scalar is getting added by the multipart-spring-graphql dependency. With the bug fixed, it caused the schema to fail to parse due to duplicate scalar definitions.

The schemaResources method of DgsGraphQLSourceBuilder did not actually retain the passed in
schema resources.
@kilink kilink force-pushed the dgs-graphql-source-builder-resource-bug branch from 3ad258a to 97de196 Compare September 23, 2025 22:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant