search
QuerySearches for a query string across the platform’s data.
#
Arguments
- String
after Returns the elements in the list that come after the specified cursor.
- String
before Returns the elements in the list that come before the specified cursor.
- Int
first Returns the first n elements from the list.
- Int
last Returns the last n elements from the list.
- String!Required
query The search query
#
Payload
- [SearchResultEdge!]
edges A list of edges.
- [SearchResult!]
nodes A flattened list of the nodes
- PageInfo!
pageInfo Information to aid in pagination.
- Int!
totalCount Identifies the total count of items in the connection.