Open gklijs opened 3 years ago
I investigated a bit more, but the issue also exist when using protobuf, but included a separate message, which get included in another message. I guess the best simple solution would be to check if the type is the same, and then to coerce them and/or only throw an error when it's not the same.
I have a demo setup where I use references, but it fails to configure the schema, likely because the same reference is used multiple times. This is the error I get
Demo can be found at https://github.com/gklijs/ksqlDB-GraphQL-poc you probably need to restart the
js-graphql-endpoint
container to see the error.