Skip to content

Improve Invalid GraphQL Name message#3507

Draft
RubenCerna2079 wants to merge 1 commit intomainfrom
dev/rubencerna/sqlmetadata-message
Draft

Improve Invalid GraphQL Name message#3507
RubenCerna2079 wants to merge 1 commit intomainfrom
dev/rubencerna/sqlmetadata-message

Conversation

@RubenCerna2079
Copy link
Copy Markdown
Contributor

Why make this change?

What is this change?

  • Changed the message in SqlMetadataProvider so that also shows the entity which has the invalid column
  • Added new function to check if the column in an entity has whitespaces which is an invalid format, this issue was being catched by HotChocolate but it is more useful for the user if it is shown with the message in SqlMetadataProvider.

How was this tested?

  • Integration Tests
  • Unit Tests

Sample Request(s)

  • Example REST and/or GraphQL request to demonstrate modifications
  • Example of CLI usage to demonstrate modifications

@RubenCerna2079 RubenCerna2079 linked an issue May 5, 2026 that may be closed by this pull request
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.

Change SqlMetadataProvider Exception message

1 participant