-
Notifications
You must be signed in to change notification settings - Fork 3
Add support for avro-type union
#109
Comments
ETA for merging into master: 2018-04-13 23:59. |
GraphQL unions and avro-schema unions (Also see JSON Encoding section below) are different.
with following form of query:
Instance of avro-schema union:
After verbal discussion with @Totktonada we came up with 2 solutions. So we want to convert avro-schema union to GraphQL union. We have the following avro-schema union:
and union_field also is nullable.
So union_field is GraphQL object with all fields nullable. |
I think that second solution is better because it is closer to avro-schema conception of unions. |
@opomuc
|
@SudoBobo I think that we discussed it with @Totktonada and @Kasen: decided that we might need it, but it is currently not a priority |
(including unions with arrays, maps and records), closes #109
(including unions with arrays, maps and records), closes #109
(including unions with arrays, maps and records), closes #109
(including unions with arrays, maps and records), closes #109
(including unions with arrays, maps and records), closes #109
* fix format_process function * print whole reject file when test failed (#102) * print reproduce file when test failed at -j -1 mode (#104) * print reproduce file content in parallel mode (#104) * allow to pass arguments to create_cluster * allow grep_log to not reset search results after tarantool restart * support comments in config files * don't kill default if non-default crash expected (#109) * don't inherit unneeded file descriptors (#117) * list task for hung workers (#107) * add new config param 'show_reproduce_content' (#113)
* fix format_process function * print whole reject file when test failed (#102) * print reproduce file when test failed at -j -1 mode (#104) * print reproduce file content in parallel mode (#104) * allow to pass arguments to create_cluster * allow grep_log to not reset search results after tarantool restart * support comments in config files * don't kill default if non-default crash expected (#109) * don't inherit unneeded file descriptors (#117) * list task for hung workers (#107) * add new config param 'show_reproduce_content' (#113)
The text was updated successfully, but these errors were encountered: