Nested create
and update
operations for mutations with MorphTo relationships
#900
Labels
enhancement
A feature or improvement
It should be possible to create or update models that are related through a MorphTo relationship when issuing a mutation.
The Problem
The
create
andupdate
operations can not be structured in a straightforwardmanner with the current capabilities of GraphQL.
We can either wait for the GraphQL spec to support polymorphic input types
natively or come up with a workaround.
graphql/graphql-spec#114
The text was updated successfully, but these errors were encountered: