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