| 8 | }); |
| 9 | |
| 10 | interface Location { |
| 11 | id: string; |
| 12 | name: string; |
| 13 | description: string; |
| 14 | photo: string; |
| 15 | } |
| 16 | const GET_LOCATIONS = gql` |
| 17 | query GetLocations { |
| 18 | locations { |
nothing calls this directly
no outgoing calls
no test coverage detected