fragment ReuseableFragment on Course {
id
title
flows {
title
}
}
{
course(id: "00000000-5945-95c7-65fc-a9747b20031d") {
...ReuseableFragment
}
anotherCourse: course(id: "00000000-5945-95c6-65fc-a9747b200320") {
...ReuseableFragment
}
}
{
course(id: "00000000-5945-95c7-65fc-a9747b20031d") {
id
title
flows {
title
}
}
anotherCourse: course(id: "00000000-5945-95c6-65fc-a9747b200320") {
id
title
flows {
title
}
}
}