Send a raw GraphQL document to services.onehome.com
onehome_graphqlExecute raw GraphQL documents against the OneHome portal with operation names and variables, returning data, errors, and status.
Instructions
Power-user escape hatch — send a raw GraphQL document with variables. Returns the full { data, errors, status, url } envelope so you can read upstream schema errors directly. Operation names live in the portal bundle; common ones include GetOneHomeUser, GetListings, GetPins, ListingById, MediaListingById, GetSavedSearches, ListingSuggestionsSearch. (LocalLogic schools/walk-score are REST endpoints, not GraphQL operations — use onehome_get_schools / onehome_get_walk_score.) Pass query (the full document body), an operation_name matching the document, and any variables as JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| variables | No | ||
| operation_name | Yes |