OBJECT
Query
Root of the Assignar Core Query API
link GraphQL Schema definition
- type Query {
- # A list of Activities
- #
- # Arguments
- # id: Select a single Activity by its ID
- # exact: Exact match query arguments for Activity
- # fuzzy: Fuzzy match query arguments for Activity
- # range: Range match query arguments for Activity
- # options: Query options for Activity
- (
- Int, :
- Activity_Exact, :
- Activity_Fuzzy, :
- Activity_Range, :
- Activity_Options :
- ): [Activity]
- # A list of Allocations
- #
- # Arguments
- # id: Select a single Allocation by its ID
- # exact: Exact match query arguments for Allocation
- # fuzzy: Fuzzy match query arguments for Allocation
- # range: Range match query arguments for Allocation
- # options: Query options for Allocation
- (
- Int, :
- Allocation_Exact, :
- Allocation_Fuzzy, :
- Allocation_Range, :
- Allocation_Options :
- ): [Allocation]
- # A list of Allocation Statuses
- #
- # Arguments
- # id: Select a single AllocationStatus by its ID
- # exact: Exact match query arguments for AllocationStatus
- # fuzzy: Fuzzy match query arguments for AllocationStatus
- # range: Range match query arguments for AllocationStatus
- # options: Query options for AllocationStatus
- (
- Int, :
- AllocationStatus_Exact, :
- AllocationStatus_Fuzzy, :
- AllocationStatus_Range, :
- AllocationStatus_Options :
- ): [AllocationStatus]
- # A list of Allowances
- #
- # Arguments
- # id: Select a single Allowance by its ID
- # exact: Exact match query arguments for Allowance
- # fuzzy: Fuzzy match query arguments for Allowance
- # range: Range match query arguments for Allowance
- # options: Query options for Allowance
- (
- Int, :
- Allowance_Exact, :
- Allowance_Fuzzy, :
- Allowance_Range, :
- Allowance_Options :
- ): [Allowance]
- # A list of Asset Attachment Documents
- #
- # Arguments
- # id: Select a single AssetAttachmentDocument by its ID
- # exact: Exact match query arguments for AssetAttachmentDocument
- # fuzzy: Fuzzy match query arguments for AssetAttachmentDocument
- # range: Range match query arguments for AssetAttachmentDocument
- # options: Query options for AssetAttachmentDocument
- (
- Int, :
- AssetAttachmentDocument_Exact, :
- AssetAttachmentDocument_Fuzzy, :
- AssetAttachmentDocument_Range, :
- AssetAttachmentDocument_Options :
- ): [AssetAttachmentDocument]
- # A list of AssetAttachments
- #
- # Arguments
- # id: Select a single AssetAttachment by its ID
- # exact: Exact match query arguments for AssetAttachment
- # fuzzy: Fuzzy match query arguments for AssetAttachment
- # range: Range match query arguments for AssetAttachment
- # options: Query options for AssetAttachment
- (
- Int, :
- AssetAttachment_Exact, :
- AssetAttachment_Fuzzy, :
- AssetAttachment_Range, :
- AssetAttachment_Options :
- ): [AssetAttachment]
- # A list of Asset Documents
- #
- # Arguments
- # id: Select a single AssetDocument by its ID
- # exact: Exact match query arguments for AssetDocument
- # fuzzy: Fuzzy match query arguments for AssetDocument
- # range: Range match query arguments for AssetDocument
- # options: Query options for AssetDocument
- (
- Int, :
- AssetDocument_Exact, :
- AssetDocument_Fuzzy, :
- AssetDocument_Range, :
- AssetDocument_Options :
- ): [AssetDocument]
- # A list of Assets
- #
- # Arguments
- # id: Select a single Asset by its ID
- # exact: Exact match query arguments for Asset
- # fuzzy: Fuzzy match query arguments for Asset
- # range: Range match query arguments for Asset
- # options: Query options for Asset
- (
- Int, :
- Asset_Exact, :
- Asset_Fuzzy, :
- Asset_Range, :
- Asset_Options :
- ): [Asset]
- # A list of Autocomplete items
- #
- # Arguments
- # type: [Not documented]
- # tags: List of Unique tag ID.
- # client_id: The unique client ID.
- # project_id: Unique project ID.
- # task_id: Unique task ID.
- # query: The query string.
- # limit: The maximum number of results to return. Default is 25.
- # Max is 50.
- # is_active: true to show the active items, false otherwise.
- # Defaults to true.
- # user_type: The type of users to return
- (
- AutocompleteType!, :
- Int!], : [
- Int, :
- Int, :
- Int, :
- String, :
- Int, :
- Boolean, :
- UserTypes :
- ): [Autocomplete]
- # A list of AutocompleteContact items
- #
- # Arguments
- # client_id: Only fetch contacts that belong to these clients
- # project_id: Only fetch contacts that belong to these projects
- # supplier_id: Only fetch contacts that belong to these suppliers
- # query: The query string.
- # has_email: If true will only return contacts with emails.
- # limit: The maximum number of results to return. Default is 25.
- # Max is 50.
- (
- Int], : [
- Int], : [
- Int], : [
- String, :
- Boolean, :
- Int :
- ): [AutocompleteContacts]
- # Detailed information for a BIM 360 document
- #
- # Arguments
- # document_urn: The document uniform resource name in format
- # "project/as2dw/folder/g1req/item/1d3s/version/1"
- String!): BIM360Document ( :
- # A list of ChargeCodes
- #
- # Arguments
- # id: Select a single ChargeCode by its ID
- # exact: Exact match query arguments for ChargeCode
- # fuzzy: Fuzzy match query arguments for ChargeCode
- # range: Range match query arguments for ChargeCode
- # options: Query options for ChargeCode
- (
- Int, :
- ChargeCode_Exact, :
- ChargeCode_Fuzzy, :
- ChargeCode_Range, :
- ChargeCode_Options :
- ): [ChargeCode]
- # A list of Client Documents
- #
- # Arguments
- # id: Select a single ClientDocument by its ID
- # exact: Exact match query arguments for ClientDocument
- # fuzzy: Fuzzy match query arguments for ClientDocument
- # range: Range match query arguments for ClientDocument
- # options: Query options for ClientDocument
- (
- Int, :
- ClientDocument_Exact, :
- ClientDocument_Fuzzy, :
- ClientDocument_Range, :
- ClientDocument_Options :
- ): [ClientDocument]
- # A list of Clients
- #
- # Arguments
- # id: Select a single Client by its ID
- # exact: Exact match query arguments for Client
- # fuzzy: Fuzzy match query arguments for Client
- # range: Range match query arguments for Client
- # options: Query options for Client
- (
- Int, :
- Client_Exact, :
- Client_Fuzzy, :
- Client_Range, :
- Client_Options :
- ): [Client]
- # A list of Competencies
- #
- # Arguments
- # id: Select a single Competency by its ID
- # exact: Exact match query arguments for Competency
- # fuzzy: Fuzzy match query arguments for Competency
- # range: Range match query arguments for Competency
- # options: Query options for Competency
- (
- Int, :
- Competency_Exact, :
- Competency_Fuzzy, :
- Competency_Range, :
- Competency_Options :
- ): [Competency]
- # A list of Contacts
- #
- # Arguments
- # id: Select a single Contact by its ID
- # exact: Exact match query arguments for Contact
- # fuzzy: Fuzzy match query arguments for Contact
- # range: Range match query arguments for Contact
- # options: Query options for Contact
- (
- Int, :
- Contact_Exact, :
- Contact_Fuzzy, :
- Contact_Range, :
- Contact_Options :
- ): [Contact]
- # A list of Digital Dockets
- #
- # Arguments
- # id: Select a single DigitalDocket by its ID
- # exact: Exact match query arguments for DigitalDocket
- # fuzzy: Fuzzy match query arguments for DigitalDocket
- # range: Range match query arguments for DigitalDocket
- # options: Query options for DigitalDocket
- (
- Int, :
- DigitalDocket_Exact, :
- DigitalDocket_Fuzzy, :
- DigitalDocket_Range, :
- DigitalDocket_Options :
- ): [DigitalDocket]
- # A list of DigitalDocketTemplates
- #
- # Arguments
- # id: Select a single DigitalDocketTemplate by its ID
- # exact: Exact match query arguments for DigitalDocketTemplate
- # fuzzy: Fuzzy match query arguments for DigitalDocketTemplate
- # range: Range match query arguments for DigitalDocketTemplate
- # options: Query options for DigitalDocketTemplate
- (
- Int, :
- DigitalDocketTemplate_Exact, :
- DigitalDocketTemplate_Fuzzy, :
- DigitalDocketTemplate_Range, :
- DigitalDocketTemplate_Options :
- ): [DigitalDocketTemplate]
- # A list of Dockets
- #
- # Arguments
- # id: Select a single Docket by its ID
- # exact: Exact match query arguments for Docket
- # fuzzy: Fuzzy match query arguments for Docket
- # range: Range match query arguments for Docket
- # options: Query options for Docket
- (
- Int, :
- Docket_Exact, :
- Docket_Fuzzy, :
- Docket_Range, :
- Docket_Options :
- ): [Docket]
- # A list of Documents
- #
- # Arguments
- # id: Select a single Document by its ID
- # exact: Exact match query arguments for Document
- # fuzzy: Fuzzy match query arguments for Document
- # range: Range match query arguments for Document
- # options: Query options for Document
- (
- Int, :
- Document_Exact, :
- Document_Fuzzy, :
- Document_Range, :
- Document_Options :
- ): [Document]
- # A list of Document Types
- #
- # Arguments
- # id: Select a single DocumentType by its ID
- # exact: Exact match query arguments for DocumentType
- # fuzzy: Fuzzy match query arguments for DocumentType
- # range: Range match query arguments for DocumentType
- # options: Query options for DocumentType
- (
- Int, :
- DocumentType_Exact, :
- DocumentType_Fuzzy, :
- DocumentType_Range, :
- DocumentType_Options :
- ): [DocumentType]
- # A list of Employment Types
- #
- # Arguments
- # id: Select a single EmploymentType by its ID
- # exact: Exact match query arguments for EmploymentType
- # fuzzy: Fuzzy match query arguments for EmploymentType
- # range: Range match query arguments for EmploymentType
- # options: Query options for EmploymentType
- (
- Int, :
- EmploymentType_Exact, :
- EmploymentType_Fuzzy, :
- EmploymentType_Range, :
- EmploymentType_Options :
- ): [EmploymentType]
- # A single feed item.
- #
- # Arguments
- # type: [Not documented]
- # id: [Not documented]
- String!, : String!): FeedItem ( :
- # A list of feed items.
- #
- # Arguments
- # pagination: Options for pagination.
- Pagination): [FeedItem] ( :
- # A list of Form Results
- #
- # Arguments
- # id: Select a single FormResult by its ID
- # exact: Exact match query arguments for FormResult
- # fuzzy: Fuzzy match query arguments for FormResult
- # range: Range match query arguments for FormResult
- # options: Query options for FormResult
- (
- Int, :
- FormResult_Exact, :
- FormResult_Fuzzy, :
- FormResult_Range, :
- FormResult_Options :
- ): [FormResult]
- # A list of Forms
- #
- # Arguments
- # id: Select a single Form by its ID
- # exact: Exact match query arguments for Form
- # fuzzy: Fuzzy match query arguments for Form
- # range: Range match query arguments for Form
- # options: Query options for Form
- (
- Int, :
- Form_Exact, :
- Form_Fuzzy, :
- Form_Range, :
- Form_Options :
- ): [Form]
- # A list of Form Result Past Versions
- #
- # Arguments
- # id: Select a single FormResultPastVersion by its ID
- # exact: Exact match query arguments for FormResultPastVersion
- # fuzzy: Fuzzy match query arguments for FormResultPastVersion
- # range: Range match query arguments for FormResultPastVersion
- # options: Query options for FormResultPastVersion
- (
- Int, :
- FormResultPastVersion_Exact, :
- FormResultPastVersion_Fuzzy, :
- FormResultPastVersion_Range, :
- FormResultPastVersion_Options :
- ): [FormResultPastVersion]
- # A list of Form Statuses
- #
- # Arguments
- # id: Select a single FormStatus by its ID
- # exact: Exact match query arguments for FormStatus
- # fuzzy: Fuzzy match query arguments for FormStatus
- # range: Range match query arguments for FormStatus
- # options: Query options for FormStatus
- (
- Int, :
- FormStatus_Exact, :
- FormStatus_Fuzzy, :
- FormStatus_Range, :
- FormStatus_Options :
- ): [FormStatus]
- # A list of form webhooks
- #
- # Arguments
- # id: Select a single FormWebhook by its ID
- # exact: Exact match query arguments for FormWebhook
- # fuzzy: Fuzzy match query arguments for FormWebhook
- # range: Range match query arguments for FormWebhook
- # options: Query options for FormWebhook
- (
- Int, :
- FormWebhook_Exact, :
- FormWebhook_Fuzzy, :
- FormWebhook_Range, :
- FormWebhook_Options :
- ): [FormWebhook]
- # A list of Inductions
- #
- # Arguments
- # id: Select a single Induction by its ID
- # exact: Exact match query arguments for Induction
- # fuzzy: Fuzzy match query arguments for Induction
- # range: Range match query arguments for Induction
- # options: Query options for Induction
- (
- Int, :
- Induction_Exact, :
- Induction_Fuzzy, :
- Induction_Range, :
- Induction_Options :
- ): [Induction]
- # A list of journal entries.
- #
- # Arguments
- # exact: [Not documented]
- # range: [Not documented]
- # options: [Not documented]
- (
- JournalEntry_Exact, :
- JournalEntry_Range, :
- JournalEntry_Options :
- ): [JournalEntry]
- # A list of Leave Requests
- #
- # Arguments
- # id: Select a single LeaveRequest by its ID
- # exact: Exact match query arguments for LeaveRequest
- # fuzzy: Fuzzy match query arguments for LeaveRequest
- # range: Range match query arguments for LeaveRequest
- # options: Query options for LeaveRequest
- (
- Int, :
- LeaveRequest_Exact, :
- LeaveRequest_Fuzzy, :
- LeaveRequest_Range, :
- LeaveRequest_Options :
- ): [LeaveRequest]
- # A list of Leave Types
- #
- # Arguments
- # id: Select a single LeaveType by its ID
- # exact: Exact match query arguments for LeaveType
- # fuzzy: Fuzzy match query arguments for LeaveType
- # range: Range match query arguments for LeaveType
- # options: Query options for LeaveType
- (
- Int, :
- LeaveType_Exact, :
- LeaveType_Fuzzy, :
- LeaveType_Range, :
- LeaveType_Options :
- ): [LeaveType]
- # A list of Materials
- #
- # Arguments
- # id: Select a single Material by its ID
- # exact: Exact match query arguments for Material
- # fuzzy: Fuzzy match query arguments for Material
- # range: Range match query arguments for Material
- # options: Query options for Material
- (
- Int, :
- Material_Exact, :
- Material_Fuzzy, :
- Material_Range, :
- Material_Options :
- ): [Material]
- # A list of material transactions
- #
- # Arguments
- # id: Select a single MaterialTransaction by its ID
- # exact: Exact match query arguments for MaterialTransaction
- # fuzzy: Fuzzy match query arguments for MaterialTransaction
- # range: Range match query arguments for MaterialTransaction
- # options: Query options for MaterialTransaction
- (
- Int, :
- MaterialTransaction_Exact, :
- MaterialTransaction_Fuzzy, :
- MaterialTransaction_Range, :
- MaterialTransaction_Options :
- ): [MaterialTransaction]
- # A list of material transaction totals
- #
- # Arguments
- # exact: Exact match query arguments for MaterialTransactionTotal
- # fuzzy: Fuzzy match query arguments for MaterialTransactionTotal
- # range: Range match query arguments for MaterialTransactionTotal
- # options: Query options for MaterialTransactionTotal
- (
- MaterialTransactionTotal_Exact, :
- MaterialTransactionTotal_Fuzzy, :
- MaterialTransactionTotal_Range, :
- MaterialTransactionTotal_Options :
- ): [MaterialTransactionTotal]
- # A list of MergedDocuments
- #
- # Arguments
- # id: Select a single MergedDocument by its ID
- # exact: Exact match query arguments for MergedDocument
- # fuzzy: Fuzzy match query arguments for MergedDocument
- # range: Range match query arguments for MergedDocument
- # options: Query options for MergedDocument
- (
- Int, :
- MergedDocument_Exact, :
- MergedDocument_Fuzzy, :
- MergedDocument_Range, :
- MergedDocument_Options :
- ): [MergedDocument]
- # A list of Merge Templates
- #
- # Arguments
- # id: Select a single MergeTemplate by its ID
- # exact: Exact match query arguments for MergeTemplate
- # fuzzy: Fuzzy match query arguments for MergeTemplate
- # range: Range match query arguments for MergeTemplate
- # options: Query options for MergeTemplate
- (
- Int, :
- MergeTemplate_Exact, :
- MergeTemplate_Fuzzy, :
- MergeTemplate_Range, :
- MergeTemplate_Options :
- ): [MergeTemplate]
- # A list of Orders
- #
- # Arguments
- # id: Select a single Order by its ID
- # exact: Exact match query arguments for Order
- # fuzzy: Fuzzy match query arguments for Order
- # range: Range match query arguments for Order
- # options: Query options for Order
- (
- Int, :
- Order_Exact, :
- Order_Fuzzy, :
- Order_Range, :
- Order_Options :
- ): [Order]
- # A list of Order Statuses
- #
- # Arguments
- # id: Select a single OrderStatus by its ID
- # exact: Exact match query arguments for OrderStatus
- # fuzzy: Fuzzy match query arguments for OrderStatus
- # range: Range match query arguments for OrderStatus
- # options: Query options for OrderStatus
- (
- Int, :
- OrderStatus_Exact, :
- OrderStatus_Fuzzy, :
- OrderStatus_Range, :
- OrderStatus_Options :
- ): [OrderStatus]
- # A list of Order Tasks
- #
- # Arguments
- # id: Select a single OrderTask by its ID
- # exact: Exact match query arguments for OrderTask
- # fuzzy: Fuzzy match query arguments for OrderTask
- # range: Range match query arguments for OrderTask
- # options: Query options for OrderTask
- (
- Int, :
- OrderTask_Exact, :
- OrderTask_Fuzzy, :
- OrderTask_Range, :
- OrderTask_Options :
- ): [OrderTask]
- # A list of order task work item codes
- #
- # Arguments
- # id: Select a single OrderTaskWorkItemCode by its ID
- # exact: Exact match query arguments for OrderTaskWorkItemCode
- # fuzzy: Fuzzy match query arguments for OrderTaskWorkItemCode
- # range: Range match query arguments for OrderTaskWorkItemCode
- # options: Query options for OrderTaskWorkItemCode
- (
- Int, :
- OrderTaskWorkItemCode_Exact, :
- OrderTaskWorkItemCode_Fuzzy, :
- OrderTaskWorkItemCode_Range, :
- OrderTaskWorkItemCode_Options :
- ): [OrderTaskWorkItemCode] @deprecated( reason: "Use OrderTaskWorkItems instead" )
- # A list of order task work items
- #
- # Arguments
- # id: Select a single OrderTaskWorkItem by its ID
- # exact: Exact match query arguments for OrderTaskWorkItem
- # fuzzy: Fuzzy match query arguments for OrderTaskWorkItem
- # range: Range match query arguments for OrderTaskWorkItem
- # options: Query options for OrderTaskWorkItem
- (
- Int, :
- OrderTaskWorkItem_Exact, :
- OrderTaskWorkItem_Fuzzy, :
- OrderTaskWorkItem_Range, :
- OrderTaskWorkItem_Options :
- ): [OrderTaskWorkItem]
- # A list of Order Templates
- #
- # Arguments
- # id: Select a single OrderTemplate by its ID
- # exact: Exact match query arguments for OrderTemplate
- # fuzzy: Fuzzy match query arguments for OrderTemplate
- # range: Range match query arguments for OrderTemplate
- # options: Query options for OrderTemplate
- (
- Int, :
- OrderTemplate_Exact, :
- OrderTemplate_Fuzzy, :
- OrderTemplate_Range, :
- OrderTemplate_Options :
- ): [OrderTemplate]
- # A list of Order Types
- #
- # Arguments
- # id: Select a single OrderType by its ID
- # exact: Exact match query arguments for OrderType
- # fuzzy: Fuzzy match query arguments for OrderType
- # range: Range match query arguments for OrderType
- # options: Query options for OrderType
- (
- Int, :
- OrderType_Exact, :
- OrderType_Fuzzy, :
- OrderType_Range, :
- OrderType_Options :
- ): [OrderType]
- # A list of activities that overlap with the provided datetime ranges for the
- # provided users.
- #
- # Arguments
- # input: [Not documented]
- OverlappingTimesheetsInput): [OverlappingActivities] ( :
- # A list of PayCodes
- #
- # Arguments
- # id: Select a single PayCode by its ID
- # exact: Exact match query arguments for PayCode
- # fuzzy: Fuzzy match query arguments for PayCode
- # range: Range match query arguments for PayCode
- # options: Query options for PayCode
- (
- Int, :
- PayCode_Exact, :
- PayCode_Fuzzy, :
- PayCode_Range, :
- PayCode_Options :
- ): [PayCode]
- # A list of Project Documents
- #
- # Arguments
- # id: Select a single ProjectDocument by its ID
- # exact: Exact match query arguments for ProjectDocument
- # fuzzy: Fuzzy match query arguments for ProjectDocument
- # range: Range match query arguments for ProjectDocument
- # options: Query options for ProjectDocument
- (
- Int, :
- ProjectDocument_Exact, :
- ProjectDocument_Fuzzy, :
- ProjectDocument_Range, :
- ProjectDocument_Options :
- ): [ProjectDocument]
- # A list of Projects
- #
- # Arguments
- # id: Select a single Project by its ID
- # exact: Exact match query arguments for Project
- # fuzzy: Fuzzy match query arguments for Project
- # range: Range match query arguments for Project
- # options: Query options for Project
- (
- Int, :
- Project_Exact, :
- Project_Fuzzy, :
- Project_Range, :
- Project_Options :
- ): [Project]
- # A list of project activities
- #
- # Arguments
- # id: Select a single ProjectActivity by its ID
- # exact: Exact match query arguments for ProjectActivity
- # fuzzy: Fuzzy match query arguments for ProjectActivity
- # range: Range match query arguments for ProjectActivity
- # options: Query options for ProjectActivity
- (
- Int, :
- ProjectActivity_Exact, :
- ProjectActivity_Fuzzy, :
- ProjectActivity_Range, :
- ProjectActivity_Options :
- ): [ProjectActivity]
- # (DEPRCATED) A list of project work item codes
- #
- # Arguments
- # id: Select a single ProjectWorkItemCode by its ID
- # exact: Exact match query arguments for ProjectWorkItemCode
- # fuzzy: Fuzzy match query arguments for ProjectWorkItemCode
- # range: Range match query arguments for ProjectWorkItemCode
- # options: Query options for ProjectWorkItemCode
- (
- Int, :
- ProjectWorkItemCode_Exact, :
- ProjectWorkItemCode_Fuzzy, :
- ProjectWorkItemCode_Range, :
- ProjectWorkItemCode_Options :
- ): [ProjectWorkItemCode] @deprecated( reason: "Use ProjectWorkItems instead" )
- # A list of project work items
- #
- # Arguments
- # id: Select a single ProjectWorkItem by its ID
- # exact: Exact match query arguments for ProjectWorkItem
- # fuzzy: Fuzzy match query arguments for ProjectWorkItem
- # range: Range match query arguments for ProjectWorkItem
- # options: Query options for ProjectWorkItem
- (
- Int, :
- ProjectWorkItem_Exact, :
- ProjectWorkItem_Fuzzy, :
- ProjectWorkItem_Range, :
- ProjectWorkItem_Options :
- ): [ProjectWorkItem]
- # A list of Skills
- #
- # Arguments
- # id: Select a single Settings by its ID
- # exact: Exact match query arguments for Settings
- # fuzzy: Fuzzy match query arguments for Settings
- # range: Range match query arguments for Settings
- # options: Query options for Settings
- (
- Int, :
- Settings_Exact, :
- Settings_Fuzzy, :
- Settings_Range, :
- Settings_Options :
- ): [Settings]
- # A list of Site Diaries
- #
- # Arguments
- # id: Select a single SiteDiary by its ID
- # exact: Exact match query arguments for SiteDiary
- # fuzzy: Fuzzy match query arguments for SiteDiary
- # range: Range match query arguments for SiteDiary
- # options: Query options for SiteDiary
- (
- Int, :
- SiteDiary_Exact, :
- SiteDiary_Fuzzy, :
- SiteDiary_Range, :
- SiteDiary_Options :
- ): [SiteDiary]
- # A list of Skills
- #
- # Arguments
- # id: Select a single Skill by its ID
- # exact: Exact match query arguments for Skill
- # fuzzy: Fuzzy match query arguments for Skill
- # range: Range match query arguments for Skill
- # options: Query options for Skill
- (
- Int, :
- Skill_Exact, :
- Skill_Fuzzy, :
- Skill_Range, :
- Skill_Options :
- ): [Skill]
- # A single SMS conversation.
- #
- # Arguments
- # filter: Filter a single SMS conversation by user type and id
- # pagination: Options for pagination.
- SMSFilter!, : Pagination): SMSConversation ( :
- # A list of SMS conversations.
- #
- # Arguments
- # filter: Filter SMS conversations
- # pagination: Options for pagination.
- (
- SMSConversationsFilter, :
- Pagination :
- ): [SMSConversation]
- # A list of available States
- #
- # Arguments
- # id: Select a single State by its ID
- # exact: Exact match query arguments for State
- # fuzzy: Fuzzy match query arguments for State
- # range: Range match query arguments for State
- # options: Query options for State
- (
- Int, :
- State_Exact, :
- State_Fuzzy, :
- State_Range, :
- State_Options :
- ): [State]
- # A list of Supplier Documents
- #
- # Arguments
- # id: Select a single SupplierDocument by its ID
- # exact: Exact match query arguments for SupplierDocument
- # fuzzy: Fuzzy match query arguments for SupplierDocument
- # range: Range match query arguments for SupplierDocument
- # options: Query options for SupplierDocument
- (
- Int, :
- SupplierDocument_Exact, :
- SupplierDocument_Fuzzy, :
- SupplierDocument_Range, :
- SupplierDocument_Options :
- ): [SupplierDocument]
- # A list of Suppliers
- #
- # Arguments
- # id: Select a single Supplier by its ID
- # exact: Exact match query arguments for Supplier
- # fuzzy: Fuzzy match query arguments for Supplier
- # range: Range match query arguments for Supplier
- # options: Query options for Supplier
- (
- Int, :
- Supplier_Exact, :
- Supplier_Fuzzy, :
- Supplier_Range, :
- Supplier_Options :
- ): [Supplier]
- # A list of system messages.
- #
- # Arguments
- # version: [Not documented]
- String): [String] ( :
- # A list of Tags
- #
- # Arguments
- # id: Select a single Tag by its ID
- # exact: Exact match query arguments for Tag
- # fuzzy: Fuzzy match query arguments for Tag
- # range: Range match query arguments for Tag
- # options: Query options for Tag
- (
- Int, :
- Tag_Exact, :
- Tag_Fuzzy, :
- Tag_Range, :
- Tag_Options :
- ): [Tag]
- # A list of TaskAssets
- #
- # Arguments
- # id: Select a single TaskAsset by its ID
- # exact: Exact match query arguments for TaskAsset
- # fuzzy: Fuzzy match query arguments for TaskAsset
- # range: Range match query arguments for TaskAsset
- # options: Query options for TaskAsset
- (
- Int, :
- TaskAsset_Exact, :
- TaskAsset_Fuzzy, :
- TaskAsset_Range, :
- TaskAsset_Options :
- ): [TaskAsset]
- # A list of Task Groups
- #
- # Arguments
- # id: Select a single TaskGroup by its ID
- # exact: Exact match query arguments for TaskGroup
- # fuzzy: Fuzzy match query arguments for TaskGroup
- # range: Range match query arguments for TaskGroup
- # options: Query options for TaskGroup
- (
- Int, :
- TaskGroup_Exact, :
- TaskGroup_Fuzzy, :
- TaskGroup_Range, :
- TaskGroup_Options :
- ): [TaskGroup]
- # A list of Tasks
- #
- # Arguments
- # id: Select a single Task by its ID
- # exact: Exact match query arguments for Task
- # fuzzy: Fuzzy match query arguments for Task
- # range: Range match query arguments for Task
- # options: Query options for Task
- (
- Int, :
- Task_Exact, :
- Task_Fuzzy, :
- Task_Range, :
- Task_Options :
- ): [Task]
- # A list of timesheet activities
- #
- # Arguments
- # id: Select a single TimesheetActivity by its ID
- # exact: Exact match query arguments for TimesheetActivity
- # fuzzy: Fuzzy match query arguments for TimesheetActivity
- # range: Range match query arguments for TimesheetActivity
- # options: Query options for TimesheetActivity
- (
- Int, :
- TimesheetActivity_Exact, :
- TimesheetActivity_Fuzzy, :
- TimesheetActivity_Range, :
- TimesheetActivity_Options :
- ): [TimesheetActivity]
- # A list of timesheet charge items
- #
- # Arguments
- # id: Select a single TimesheetChargeItem by its ID
- # exact: Exact match query arguments for TimesheetChargeItem
- # fuzzy: Fuzzy match query arguments for TimesheetChargeItem
- # range: Range match query arguments for TimesheetChargeItem
- # options: Query options for TimesheetChargeItem
- (
- Int, :
- TimesheetChargeItem_Exact, :
- TimesheetChargeItem_Fuzzy, :
- TimesheetChargeItem_Range, :
- TimesheetChargeItem_Options :
- ): [TimesheetChargeItem]
- # A list of timesheet pay items
- #
- # Arguments
- # id: Select a single TimesheetPayItem by its ID
- # exact: Exact match query arguments for TimesheetPayItem
- # fuzzy: Fuzzy match query arguments for TimesheetPayItem
- # range: Range match query arguments for TimesheetPayItem
- # options: Query options for TimesheetPayItem
- (
- Int, :
- TimesheetPayItem_Exact, :
- TimesheetPayItem_Fuzzy, :
- TimesheetPayItem_Range, :
- TimesheetPayItem_Options :
- ): [TimesheetPayItem]
- # A list of Timesheets
- #
- # Arguments
- # id: Select a single Timesheet by its ID
- # exact: Exact match query arguments for Timesheet
- # fuzzy: Fuzzy match query arguments for Timesheet
- # range: Range match query arguments for Timesheet
- # options: Query options for Timesheet
- (
- Int, :
- Timesheet_Exact, :
- Timesheet_Fuzzy, :
- Timesheet_Range, :
- Timesheet_Options :
- ): [Timesheet]
- # A list of User Competencies
- #
- # Arguments
- # id: Select a single UserCompetency by its ID
- # exact: Exact match query arguments for UserCompetency
- # fuzzy: Fuzzy match query arguments for UserCompetency
- # range: Range match query arguments for UserCompetency
- # options: Query options for UserCompetency
- (
- Int, :
- UserCompetency_Exact, :
- UserCompetency_Fuzzy, :
- UserCompetency_Range, :
- UserCompetency_Options :
- ): [UserCompetency]
- # A list of User Inductions
- #
- # Arguments
- # id: Select a single UserInduction by its ID
- # exact: Exact match query arguments for UserInduction
- # fuzzy: Fuzzy match query arguments for UserInduction
- # range: Range match query arguments for UserInduction
- # options: Query options for UserInduction
- (
- Int, :
- UserInduction_Exact, :
- UserInduction_Fuzzy, :
- UserInduction_Range, :
- UserInduction_Options :
- ): [UserInduction]
- # A list of UserPreferences
- #
- # Arguments
- # id: Select a single UserPreference by its ID
- # exact: Exact match query arguments for UserPreference
- # fuzzy: Fuzzy match query arguments for UserPreference
- # range: Range match query arguments for UserPreference
- # options: Query options for UserPreference
- (
- Int, :
- UserPreference_Exact, :
- UserPreference_Fuzzy, :
- UserPreference_Range, :
- UserPreference_Options :
- ): [UserPreference]
- # A list of User Roles
- #
- # Arguments
- # id: Select a single UserRole by its ID
- # exact: Exact match query arguments for UserRole
- # fuzzy: Fuzzy match query arguments for UserRole
- # range: Range match query arguments for UserRole
- # options: Query options for UserRole
- (
- Int, :
- UserRole_Exact, :
- UserRole_Fuzzy, :
- UserRole_Range, :
- UserRole_Options :
- ): [UserRole]
- # A list of Users
- #
- # Arguments
- # id: Select a single User by its ID
- # exact: Exact match query arguments for User
- # fuzzy: Fuzzy match query arguments for User
- # range: Range match query arguments for User
- # options: Query options for User
- (
- Int, :
- User_Exact, :
- User_Fuzzy, :
- User_Range, :
- User_Options :
- ): [User]
- # A list of UserSkills
- #
- # Arguments
- # id: Select a single UserSkill by its ID
- # exact: Exact match query arguments for UserSkill
- # fuzzy: Fuzzy match query arguments for UserSkill
- # range: Range match query arguments for UserSkill
- # options: Query options for UserSkill
- (
- Int, :
- UserSkill_Exact, :
- UserSkill_Fuzzy, :
- UserSkill_Range, :
- UserSkill_Options :
- ): [UserSkill]
- # A list of User Types
- #
- # Arguments
- # id: Select a single UserType by its ID
- # exact: Exact match query arguments for UserType
- # fuzzy: Fuzzy match query arguments for UserType
- # range: Range match query arguments for UserType
- # options: Query options for UserType
- (
- Int, :
- UserType_Exact, :
- UserType_Fuzzy, :
- UserType_Range, :
- UserType_Options :
- ): [UserType]
- # A list of module-level webhooks
- #
- # Arguments
- # id: Select a single Webhook by its ID
- # exact: Exact match query arguments for Webhook
- # fuzzy: Fuzzy match query arguments for Webhook
- # range: Range match query arguments for Webhook
- # options: Query options for Webhook
- (
- Int, :
- Webhook_Exact, :
- Webhook_Fuzzy, :
- Webhook_Range, :
- Webhook_Options :
- ): [Webhook]
- # A list of WebhookModules
- #
- # Arguments
- # id: Select a single WebhookModule by its ID
- # exact: Exact match query arguments for WebhookModule
- # fuzzy: Fuzzy match query arguments for WebhookModule
- # range: Range match query arguments for WebhookModule
- # options: Query options for WebhookModule
- (
- Int, :
- WebhookModule_Exact, :
- WebhookModule_Fuzzy, :
- WebhookModule_Range, :
- WebhookModule_Options :
- ): [WebhookModule]
- # A list of webhook transactions.
- #
- # Arguments
- # module: [Not documented]
- # method: [Not documented]
- # entity: [Not documented]
- (
- String!, :
- String!, :
- Int :
- ): [WebhookTransaction]
- # A list of work item codes
- #
- # Arguments
- # id: Select a single WorkItem by its ID
- # exact: Exact match query arguments for WorkItem
- # fuzzy: Fuzzy match query arguments for WorkItem
- # range: Range match query arguments for WorkItem
- # options: Query options for WorkItem
- (
- Int, :
- WorkItem_Exact, :
- WorkItem_Fuzzy, :
- WorkItem_Range, :
- WorkItem_Options :
- ): [WorkItem]
- }
link Require by
This element is not required by anyone