stephen
stephen
we could support deprecation flags too. should think about how to support struct fields. we tried to do a cute codegen thing where it reads the comment out of the...
### union types Add a special embed tag for unions that hints to the schemabuilder that this is a one-hot struct. ```golang type GatewayUnion struct { *graphql.Union // Each must...
other rules: http://facebook.github.io/graphql/draft/#sec-Union-Extensions
cc/ @berfarah
@jenniferjzhang can you check if this fixes your issue locally?
This could also be addressed by #61, i.e. you could override the animation props with no-ops.
I ended up addressing my own notes above, combining the override props into a single `animationHandlers` object that's overridden all-or-nothing, as well as changing the `this` binding on the handlers...
Happy to help! The nice thing about this is that you can arbitrarily swap out any animation mechanism, react-motion or otherwise. Our usecase was to pair the handlers with facebook's...
Hi @sch - I've merged against master so things should be able to cleanly merge again. For API symmetry, I've kept `enterStop` so that animation implementors can take advantage of...
We added the peer dep for use with typescript code generation. Thinking about it more, that should maybe be an `optionalDependency` instead? see https://github.com/samsarahq/graphql-loader/pull/16) I think but haven't verified that...