OBJECT
SearchType
This returns a list of Resource items based on a query
link GraphQL Schema definition
- type SearchType {
- # The current page of the search results
- : Int
- # The number of search results per page
- : Int
- # Search Results
- : [SearchResultType!]!
- # Total number of results returned
- : Int!
- }