#import "./fragments/roomParts.gql" query RoomsQuery { rooms { edges { node { ...RoomParts } } } }