OrganizationRoleOptions
Find organization roles
OrganizationRoleOptions(
first: Int
after: String
last: Int
before: String
): OrganizationRoleOptionConnection!
Arguments
OrganizationRoleOptions.first ● Int scalar
Returns the first n elements from the list.
OrganizationRoleOptions.after ● String scalar
Returns the elements in the list that come after the specified cursor.
OrganizationRoleOptions.last ● Int scalar
Returns the last n elements from the list.
OrganizationRoleOptions.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Type
OrganizationRoleOptionConnection object
The connection type for OrganizationRoleOption.