#import "../fragments/roomEntryParts.gql" query RoomEntryQuery($slug: String!) { roomEntry(slug: $slug) { ...RoomEntryParts } }