personas
Find personas
personas(
after: String
articleId: Int
before: String
categoryId: Int
createdAt: DateTimeRange
first: Int
groupId: Int
last: Int
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
storyId: Int
topicId: Int
updatedAt: DateTimeRange
): PersonaConnection
Arguments
personas.after ● String scalar
Returns the elements in the list that come after the specified cursor.
personas.articleId ● Int scalar
Filter by article category
personas.before ● String scalar
Returns the elements in the list that come before the specified cursor.
personas.categoryId ● Int scalar
Filter by category
personas.createdAt ● DateTimeRange input
Filter by created at
personas.first ● Int scalar
Returns the first _n_ elements from the list.
personas.groupId ● Int scalar
Filter by group
personas.last ● Int scalar
Returns the last _n_ elements from the list.
personas.sort ● [Sort!] list input
Sort result
personas.storyId ● Int scalar
Filter by story category
personas.topicId ● Int scalar
Filter by topic category
personas.updatedAt ● DateTimeRange input
Filter by updated at
Type
PersonaConnection object
The connection type for Persona.