Skip to content
New issue

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

fragment query not response data #632

Open
rainleee opened this issue Jul 28, 2022 · 0 comments
Open

fragment query not response data #632

rainleee opened this issue Jul 28, 2022 · 0 comments

Comments

@rainleee
Copy link

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 
  }
}

image

There are values on the network. However, there is no custom-hooked response data.

tag data only

image

I tried to use Fragment for both query and subscription.
A valid data exists in the subscription

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant