iamclaytonray
09/27/2017, 4:55 PMiamclaytonray
09/27/2017, 4:56 PMagartha
09/27/2017, 5:11 PMallTodoes
has nothing to do with the relationship you have set. It's only about the Todo
Types -> allTodoes
query, that naming cannot be influenced.
If you would query all todos on a user, that would be:
query {
user {
todos {
...
}
}
}
like you have named the relationship field.agartha
09/27/2017, 5:14 PMiamclaytonray
09/27/2017, 5:16 PMiamclaytonray
09/27/2017, 5:16 PMagartha
09/27/2017, 5:16 PMiamclaytonray
09/27/2017, 5:16 PMagartha
09/27/2017, 5:17 PM