LocationMapSearchPayload
No description
type LocationMapSearchPayload {
count: Int!
locations: [Location!]!
}
Fields
LocationMapSearchPayload.count ● Int! non-null scalar
The count of all the locations before applying the first argument.
LocationMapSearchPayload.locations ● [Location!]! non-null object
The locations matching the search.
Returned by
LocationMapSearch query