close
GraphQL Schema
User guide
Authentication
Schema
Query
Mutation
Scalars
Boolean
Date
ID
Int
String
Time
Enums
ArrayOperator
ComparisonOperator
InvitationStatus
ProjectStatus
TimesheetEntryType
__DirectiveLocation
__TypeKind
Objects
Location
PageInfo
Position
Project
ProjectsPage
SortArg
Team
Timesheet
TimesheetEntry
TimesheetHoliday
TimesheetsPage
TimesheetTimeOff
User
UsersPage
__Directive
__EnumValue
__Field
__InputValue
__Schema
__Type
Input Objects
CreateProjectInput
CreateTimesheetEntryInput
CreateUserInput
IntArrayFilter
IntEqualityFilter
ProjectFilterInput
ProjectStatusFilter
SortArgInput
UpdateProjectInput
UpdateTimesheetEntryInput
UpdateUserInput
UserFilterInput
Directives
deprecated
include
skip
menu
Types
OBJECT
Location
Represents a location.
link
GraphQL Schema definition
1
type
Location
{
2
3
# Name of the location.
4
name
:
String
5
6
}
link
Required by
User
Represents a user.