graph-quilt / graphql-orchestrator-java

GraphQL Orchestrator stitches the schemas from multiple micro-services and orchestrates the graphql queries to these services accurately at runtime
https://graph-quilt.github.io
Apache License 2.0
70 stars 31 forks source link

Fixing conflicting type error message with descriptive name #150

Closed CNAChino closed 1 year ago

CNAChino commented 1 year ago

What Changed

Using String.format for type conflict message

Why

message was resolving with %s Todo: