For the complete documentation index, see llms.txt. This page is also available as Markdown.

roleAssignments

Retrieves the role assignments matching the given filter. Currently this is only used for the ownerRole.

roleAssignments(
  after: String
  filter: RoleAssignmentFilterInput
  limit: Int
  order: [RoleAssignmentOrderInput!]
): RoleAssignmentConnectionResult!

Arguments

after ● String scalar

filter ● RoleAssignmentFilterInput input

limit ● Int scalar

order ● [RoleAssignmentOrderInput!] list input

Type

RoleAssignmentConnectionResult union

Last updated

Was this helpful?