You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yields a graphql schema error: message Error building Handler: graphql.NewSchema error: Schema must contain unique named types but contains multiple types named "coding"
Thinking this over a bit, it might make more sense to just split up the schema into 2 different endpoints to avoid this issue entirely.
However, I also think that there is value in creating some additional config or logic that is able to either detect common sub classes and create them at runtime, or be able to specific common classes and use them in the schema configuration.
The text was updated successfully, but these errors were encountered:
Something like
Yields a graphql schema error:
message Error building Handler: graphql.NewSchema error: Schema must contain unique named types but contains multiple types named "coding"
Thinking this over a bit, it might make more sense to just split up the schema into 2 different endpoints to avoid this issue entirely.
However, I also think that there is value in creating some additional config or logic that is able to either detect common sub classes and create them at runtime, or be able to specific common classes and use them in the schema configuration.
The text was updated successfully, but these errors were encountered: