AccountFilterInput
Last updated
Was this helpful?
Defines the filter options for account lists.
input AccountFilterInput {
accessControlGroups: [ID!]
dataSources: [ID!]
includeDeleted: Boolean
search: String
users: [ID!]
}[ID!] list scalarThe groups the account should be in.
[ID!] list scalarThe data sources this account should originate from.
Boolean scalarIf true, also deleted accounts will be returned.
String scalarThe search string to use (will do a case-insensitive 'contains').
[ID!] list scalarThe users which should be associated with the account.
accounts query
Last updated
Was this helpful?
Was this helpful?