Validation error of type SubSelectionRequired: Sub selection required for type null of field
When requesting a field that resolves to an object type (or a list of an object type), you have to specify the fields on that object type as well. The list of fields for a particular field (or the root) is called a selection set or a sub selection and is wrapped by a pair … Read more