Skip to content

Instantly share code, notes, and snippets.

@craigmcnamara
Created August 7, 2018 22:18
Show Gist options
  • Save craigmcnamara/7fe88970102ff650cab0ca30c7336e96 to your computer and use it in GitHub Desktop.
Save craigmcnamara/7fe88970102ff650cab0ca30c7336e96 to your computer and use it in GitHub Desktop.
Seniorhomes Listing Query
query($id: ID!){
localProperty(id: $id) {
id
name
status
description
sh_description
enhanced
latitude
longitude
hidePricing
propertyAccesses {
account{
email
}
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
}
}
}
@craigmcnamara
Copy link
Author

Use the variables {"id": "seniorcorp-inc"} in the window below the query pane.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment