Skip to main content

personaGroups

Returns a list of Persona Groups

personaGroups(
after: String
before: String
first: Int
last: Int
): PersonaGroupConnection

Arguments

personaGroups.after ● String scalar

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

personaGroups.before ● String scalar

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

personaGroups.first ● Int scalar

Returns the first _n_ elements from the list.

personaGroups.last ● Int scalar

Returns the last _n_ elements from the list.

Type

PersonaGroupConnection object

The connection type for PersonaGroup.