You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May be I don't understand something but actual value returned from buildFields() function look like FieldNode[] and not like IntrospectionObjectType[] and they are used where FieldNode[] is expected and not IntrospectionNodeType[]:
BuildFields
type is defined as a function returningIntrospectionObjectType[]
:But
buildFields
function actually constructsFieldNode[]
list accumulatinggqlTypes.field()
results which areFieldNode
objects:May be I don't understand something but actual value returned from
buildFields()
function look likeFieldNode[]
and not likeIntrospectionObjectType[]
and they are used whereFieldNode[]
is expected and notIntrospectionNodeType[]
:ra-data-hasura/src/buildGqlQuery/index.ts
Lines 56 to 71 in b0f8cab
The text was updated successfully, but these errors were encountered: