Skip to main content

personas

Find personas

personas(
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
createdAt: DateTimeRange
updatedAt: DateTimeRange
articleId: Int
categoryId: Int
groupId: Int
storyId: Int
topicId: Int
after: String
before: String
first: Int
last: Int
): PersonaConnection

Arguments

personas.sort ● [Sort!] list input

Sort result

personas.createdAt ● DateTimeRange input

Filter by created at

personas.updatedAt ● DateTimeRange input

Filter by updated at

personas.articleId ● Int scalar

Filter by article category

personas.categoryId ● Int scalar

Filter by category

personas.groupId ● Int scalar

Filter by group

personas.storyId ● Int scalar

Filter by story category

personas.topicId ● Int scalar

Filter by topic category

personas.after ● String scalar

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

personas.before ● String scalar

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

personas.first ● Int scalar

Returns the first _n_ elements from the list.

personas.last ● Int scalar

Returns the last _n_ elements from the list.

Type

PersonaConnection object

The connection type for Persona.