Skip to main content

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!]!

Arguments

accounts.where ● AccountWhereInput input

accounts.orderBy ● [AccountOrderByWithRelationInput!] list input

accounts.cursor ● AccountWhereUniqueInput input

accounts.take ● Int scalar

accounts.skip ● Int scalar

accounts.distinct ● [AccountScalarFieldEnum!] list enum

Type

Account object