We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
I tried to use Fragment for both query and subscription. A valid data exists in the subscription
The text was updated successfully, but these errors were encountered:
No branches or pull requests
version: v0.18.6
problem:
I use fragments ts file generating it
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
The text was updated successfully, but these errors were encountered: