ExtensionLinks
Links available in the browser extension
ExtensionLinks(
first: Int
after: String
last: Int
before: String
query: String
): LinkConnection!
Arguments
ExtensionLinks.first ● Int scalar
Returns the first n elements from the list.
ExtensionLinks.after ● String scalar
Returns the elements in the list that come after the specified cursor.
ExtensionLinks.last ● Int scalar
Returns the last n elements from the list.
ExtensionLinks.before ● String scalar
Returns the elements in the list that come before the specified cursor.
ExtensionLinks.query ● String scalar
Type
LinkConnection object
The connection type for Link.