PersonaGroup
No description
type PersonaGroup {
accountId: Int!
createdAt: ISO8601DateTime!
id: Int!
name: String
order: Int
personasCount: Int!
updatedAt: ISO8601DateTime!
}
Fields
PersonaGroup.accountId ● Int! non-null scalar
PersonaGroup.createdAt ● ISO8601DateTime! non-null scalar
Created at
PersonaGroup.id ● Int! non-null scalar
PersonaGroup.name ● String scalar
PersonaGroup.order ● Int scalar
PersonaGroup.personasCount ● Int! non-null scalar
PersonaGroup.updatedAt ● ISO8601DateTime! non-null scalar
Updated at
Member Of
CreatePersonaGroupPayload object ● DeletePersonaGroupPayload object ● Persona object ● PersonaGroupConnection object ● PersonaGroupEdge object ● UpdatePersonaGroupPayload object