Skip to content

fragment query not response data #632

@rainleee

Description

@rainleee

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions