-
-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
version: v0.18.6
problem:
I use fragments ts file generating it
query matchingStandByList($input: GetMatchingLvtsInput!) {
getMatchingLvts(input: $input) {
...MathcingListCommon
tag {
tagId
tagType
tagName
}
}
}
fragment MathcingListCommon on MatchingLvt {
id
possibleAt
type
lectureVideoTutoring {
lectureVtId
student {
studentUserId
studentName
}
lectureVtMemo
}
status
tag {
tagId
}
}
There are values on the network. However, there is no custom-hooked response data.
tag data only
I tried to use Fragment for both query and subscription.
A valid data exists in the subscription
Metadata
Metadata
Assignees
Labels
No labels