Skip to main content

UsersQueryOptions

Query options specifically for the users query.

input UsersQueryOptions {
search: String
cliniciansOnly: Boolean @deprecated
includeDeleted: Boolean
createdAt: DateRange
updatedAt: DateRange
}

Fields

UsersQueryOptions.search ● String scalar

UsersQueryOptions.cliniciansOnly ● Boolean deprecated scalar

DEPRECATED

Use filters.isClinician instead.

UsersQueryOptions.includeDeleted ● Boolean scalar

When true, deleted practice users are included in the result set alongside active users.

UsersQueryOptions.createdAt ● DateRange input

UsersQueryOptions.updatedAt ● DateRange input

Member Of

users query