GraphQL OBJECT
OfficeSearchResult
Contains a list of offices.
link Definition
- type OfficeSearchResult {
- # List of results that match the search parameters.
- : [OfficeSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }
GraphQL OBJECT
Contains a list of offices.
- type OfficeSearchResult {
- # List of results that match the search parameters.
- : [OfficeSearchResultItem]
- # Indicates whether the result is truncated.
- : Boolean
- }