-
Notifications
You must be signed in to change notification settings - Fork 3
Generate avro-schema for a query with directives #85
Comments
I think we should just ignore
second:
The reason for that is that |
@SudoBobo well,
that is correct. BUT: avro-schema is generated for the response of the query, thus must take directives into account. I can propose generate |
Discussed with @Totktonada in chat , came to the same conclusion. |
It can be any nulllable type, not only record*. Any field can have a directive. |
Also fixed existing tests on directives - there was wrong syntax, which worked somehow in some cases. Added a little note into README on how to run specific test. Closes #85
'include' directives. Also fixed existing tests on directives - there was wrong syntax, which worked somehow in some cases. Added a little note into README on how to run specific test. Closes #85
The proposal is to extend solution from #7, so it could handle directives (http://facebook.github.io/graphql/October2016/#sec-Type-System.Directives) in GraphQL queries.
The text was updated successfully, but these errors were encountered: