Skip to main content
QUERY
networkDiscoverySearch(after: String, first: Int, rankingVersion: String, term: String!): NetworkDiscoverySearchConnection!

Arguments

after
String

Cursor from pageInfo.endCursor for the next page.

first
Int
default:24

Number of items to return. Default: 24, maximum: 50.

rankingVersion
String

Ranking version to score results with, e.g. "v2". Omitted, blank, or unrecognized runs the default ranking.

term
String!
required

Search term matched against Network titles and descriptions.

Edges with cursors

nodes

Shorthand: just the Networks

Pagination information

Query
Variables
Response