I predefined the schema before the mutation. The schema looks like this:
type surveyProcess {
surveyProcess.userScopeTree: uid
}
surveyProcess.userScopeTree: uid @reverse .
Otherwise, I think I wouldn’t have got this error.
I predefined the schema before the mutation. The schema looks like this:
type surveyProcess {
surveyProcess.userScopeTree: uid
}
surveyProcess.userScopeTree: uid @reverse .
Otherwise, I think I wouldn’t have got this error.