texts
Find texts
texts(
after: String
before: String
createdAt: DateTimeRange
first: Int
ids: [ID!]
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "title" }]
textableIds: [ID!]
textableTypes: [TextableType!]
updatedAt: DateTimeRange
): TextConnection
Arguments
texts.after ● String scalar
Returns the elements in the list that come after the specified cursor.
texts.before ● String scalar
Returns the elements in the list that come before the specified cursor.
texts.createdAt ● DateTimeRange input
Filter by created at
texts.first ● Int scalar
Returns the first _n_ elements from the list.
texts.ids ● [ID!] list scalar
Filter by IDs
texts.last ● Int scalar
Returns the last _n_ elements from the list.
texts.sort ● [Sort!] list input
Sort result
texts.textableIds ● [ID!] list scalar
Filter by textable IDs
texts.textableTypes ● [TextableType!] list enum
Filter by textable types
texts.updatedAt ● DateTimeRange input
Filter by updated at
Type
TextConnection object
The connection type for Text.