OBJECT

SearchResultType

This returns a list of SearchResultType objects

link GraphQL Schema definition

  • type SearchResultType {
  • # Resource object abbreviation
  • abbreviation: String
  • # Base resource object type (Same as type for root types)
  • baseType: String
  • # Resource object detail
  • details: [SearchDetailType!]
  • # Resource object ID
  • id: ID!
  • # Resource object photo info
  • imageUrl: String
  • # Resource object name
  • name: String!
  • # Resource object subitem
  • subItem: String
  • # Resource object subitem type
  • subItemType: String
  • # Resource object type
  • type: String!
  • }