If I submit, I get the mutation error for that field being empty
d
dankent
09/21/2017, 10:26 AM
The best way to add this kind of data is to use a mutation in the playground - that way you can use a nested create or update mutation to set the required relationship
dankent
09/21/2017, 10:27 AM
Also, you get better at using GraphQL, which will be how you will use your API from clients
dankent
09/21/2017, 10:28 AM
I tend to do everything through GraphQL queries apart from bulk deleting nodes