When the API returns a new type from a query returning an interface, the client is throwing an "unexpected concrete type for" error.
So it requires pulling the schema and then regenerate graphql. We should look into how not to throw an error, given that the interface fields should be enough
When the API returns a new type from a query returning an interface, the client is throwing an "unexpected concrete type for" error.
So it requires pulling the schema and then regenerate graphql. We should look into how not to throw an error, given that the interface fields should be enough