Skip to main content

UsersQueryOptions

Query options specifically for the users query.

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

Fields

UsersQueryOptions.cliniciansOnly ● Boolean scalar

UsersQueryOptions.search ● String scalar

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