Created
August 7, 2018 22:18
-
-
Save craigmcnamara/7fe88970102ff650cab0ca30c7336e96 to your computer and use it in GitHub Desktop.
Seniorhomes Listing Query
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
query($id: ID!){ | |
localProperty(id: $id) { | |
id | |
name | |
status | |
description | |
sh_description | |
enhanced | |
latitude | |
longitude | |
hidePricing | |
propertyAccesses { | |
account{ | |
} | |
reviewNotificationsSubscription | |
} | |
address { | |
line1 | |
line2 | |
city | |
state | |
zipCode | |
} | |
phoneNumbers { | |
id | |
e164 | |
label | |
} | |
localChain { | |
id | |
name | |
isMajor | |
hidePricing | |
} | |
localResources { | |
id | |
displayLevel | |
latitude | |
longitude | |
url | |
averageCost | |
minimumCost | |
maximumCost | |
minimumMemoryCost | |
localResourceType { | |
id | |
name | |
apiName | |
} | |
serviceAreas { | |
name | |
} | |
} | |
photos { | |
id | |
original_url | |
file_digest | |
position | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use the variables
{"id": "seniorcorp-inc"}
in the window below the query pane.