MCPcopy Create free account
hub / github.com/expo/dev-plugins / Location

Interface Location

apps/example/src/app/apollo-client/index.tsx:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8});
9
10interface Location {
11 id: string;
12 name: string;
13 description: string;
14 photo: string;
15}
16const GET_LOCATIONS = gql`
17 query GetLocations {
18 locations {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected