OBJECT
SearchResultType
This returns a list of SearchResultType objects
link GraphQL Schema definition
- type SearchResultType {
- # Resource object abbreviation
- String :
- # Base resource object type (Same as type for root types)
- String :
- # Resource object detail
- SearchDetailType!] : [
- # Resource object ID
- ID! :
- # Resource object photo info
- String :
- # Resource object name
- String! :
- # Resource object subitem
- String :
- # Resource object subitem type
- String :
- # Resource object type
- String! :
- }