Querying accounts
Only accounts that the user is a member of can be queried.
Example
Schema
No description
accounts(
where: AccountWhereInput
orderBy: [AccountOrderByWithRelationInput!]
cursor: AccountWhereUniqueInput
take: Int
skip: Int
distinct: [AccountScalarFieldEnum!]
): [Account!]!