OBJECT
Access
link GraphQL Schema definition
- type Access {
- # Lists invited users
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- String, : String, : Int, : Int): PendingAccountUsersConnection ( :
- # Lists active users
- #
- # Arguments
- # after: [Not documented]
- # before: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- String, : String, : Int, : Int): AccountUsersConnection ( :
- }