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

AccountFilterInput

Defines the filter options for account lists.

input AccountFilterInput {
  accessControlGroups: [ID!]
  dataSources: [ID!]
  includeDeleted: Boolean
  search: String
  users: [ID!]
}

Fields

accessControlGroups ● [ID!] list scalar

The groups the account should be in.

dataSources ● [ID!] list scalar

The data sources this account should originate from.

includeDeleted ● Boolean scalar

If true, also deleted accounts will be returned.

The search string to use (will do a case-insensitive 'contains').

users ● [ID!] list scalar

The users which should be associated with the account.

Member Of

accounts query

Last updated

Was this helpful?