Skip to main content

links

Find links

links(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "title" }]
createdAt: DateTimeRange
updatedAt: DateTimeRange
ids: [ID!]
linkableIds: [ID!]
linkableTypes: [LinkableType!]
after: String
before: String
first: Int
last: Int
): LinkConnection

Arguments

links.sort ● [Sort!] list input

Sort result

links.createdAt ● DateTimeRange input

Filter by created at

links.updatedAt ● DateTimeRange input

Filter by updated at

links.ids ● [ID!] list scalar

Filter by IDs

links.linkableIds ● [ID!] list scalar

Linkable IDs

links.linkableTypes ● [LinkableType!] list enum

Linkable types

links.after ● String scalar

Returns the elements in the list that come after the specified cursor.

links.before ● String scalar

Returns the elements in the list that come before the specified cursor.

links.first ● Int scalar

Returns the first _n_ elements from the list.

links.last ● Int scalar

Returns the last _n_ elements from the list.

Type

LinkConnection object

The connection type for Link.