links
Find links
links(
after: String
before: String
createdAt: DateTimeRange
first: Int
ids: [ID!]
last: Int
linkableIds: [ID!]
linkableTypes: [LinkableType!]
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "title" }]
updatedAt: DateTimeRange
): LinkConnection
Arguments
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.createdAt ● DateTimeRange input
Filter by created at
links.first ● Int scalar
Returns the first _n_ elements from the list.
links.ids ● [ID!] list scalar
Filter by IDs
links.last ● Int scalar
Returns the last _n_ elements from the list.
links.linkableIds ● [ID!] list scalar
Linkable IDs
links.linkableTypes ● [LinkableType!] list enum
Linkable types
links.sort ● [Sort!] list input
Sort result
links.updatedAt ● DateTimeRange input
Filter by updated at
Type
LinkConnection object
The connection type for Link.