```typescript export const getWeek = (betTypeId) => gql.single(` query ($id: Int!){ week: getweek(bettypeId: $id) } `, {id: betTypeId}) ``` `Expected 1+ occurrences of...`