# SearchResult - admin-graphql - OBJECT Version: 2024-10 ## Description Represents an individual result returned from a search. ### Access Scopes ## Fields * [description](/docs/api/admin-graphql/2024-10/scalars/String): String - Returns the search result description text. * [image](/docs/api/admin-graphql/2024-10/objects/Image): Image - Returns the Image resource presented to accompany a search result. * [reference](/docs/api/admin-graphql/2024-10/interfaces/Node): Node! - Returns the ID of the resource returned in the search result. * [title](/docs/api/admin-graphql/2024-10/scalars/String): String! - Returns the resource title. * [url](/docs/api/admin-graphql/2024-10/scalars/URL): URL! - Returns the absolute URL to the resource in the search result. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples