mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
- renamed Location2 to LocationMapBox
This commit is contained in:
parent
49b4ebb954
commit
ba460148b2
@ -16,12 +16,13 @@ type Location {
|
||||
parent: Location @cypher(statement: "MATCH (this)-[:IS_IN]->(l:Location) RETURN l")
|
||||
}
|
||||
|
||||
type Location2 {
|
||||
# This is not smart - we need one location for everything - use the same type everywhere!
|
||||
type LocationMapBox {
|
||||
id: ID!
|
||||
place_name: String!
|
||||
}
|
||||
|
||||
type Query {
|
||||
queryLocations(place: String!, lang: String!): [Location2]!
|
||||
queryLocations(place: String!, lang: String!): [LocationMapBox]!
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user