This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Generate avro-schema for a query with multi-head connections #84
Comments
Totktonada
pushed a commit
that referenced
this issue
Mar 16, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The proposal is to extend solution from #7, so it could handle Union types and conditional fragments (http://facebook.github.io/graphql/October2016/#sec-Unions) in GraphQL queries and turn it into union connections (see #8 for details) in resulting avro-schemas.
Also we want to generate avro-schema for a query with 'natural' GraphQL Union like [SomeObjectType, AnotherObjectType]
The text was updated successfully, but these errors were encountered: