open:union-type

Union type

query schedule {
  agenda {
    ...on Workout {
      name
      reps
    }
    ...on StudyGroup {
      name
      subject
      students
    }
  }
}


  • open/union-type.txt
  • 마지막으로 수정됨: 2021/10/08 04:55
  • 저자 127.0.0.1