OBJECT
UserConnection
The connection wrapper around the UserConnection
type.
link GraphQL Schema definition
- type UserConnection {
- # A list of the entities provided by this connection.
- User]! : [
- # An object providing information about the page of results being displayed, as
- # well as the total amount of pages/records available.
- PageInfo! :
- # Provides the ability to return aggregated mathematical data about your results.
- Aggregation]! : [
- }
link Require by
- AlertingRotationAn alerting rotation.
- JobA job, typically in the field.
- Querynull
- RoleA role defines the permission set that a user has.
- ScheduleAddressThe geographical point that a technician starts or ends their day at.
- ScheduleAvailabilityAvailability for `Job`s to be scheduled.
- ScheduleBlockerAn event that blocks off part of a calendar otherwise availability due to `ScheduleAvailability`.
- ScheduleTimeOffTime off that removes availability from a `ScheduleAvailability`.
- TicketGroupA ticket group.
- VehicleA vehicle.