OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Arguments
- # org: [Not documented]
- # kind: [Not documented]
- # sink: [Not documented]
- # body: [Not documented]
- # payload: [Not documented]
- # payloadSchema: [Not documented]
- # attachmentId: [Not documented]
- # notifyMode: [Not documented]
- # notifyUsers: [Not documented]
- # parentId: [Not documented]
- # reconciliationId: [Not documented]
- (
- Uuid!, :
- String!, :
- Uuid!, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String!], : [
- String, :
- String :
- ): MutationResult! @deprecated( reason: "Deprecated; use sendPacket" )
- # Send packet message
- #
- # Arguments
- # org: [Not documented]
- # msg: [Not documented]
- # event: weave.chat | weave.ping | weave.ephemeral |
- # weave.singleton
- Uuid!, : PacketMessageMutation!, : String): MutationResult! ( :
- # Edit packet message
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # msg: [Not documented]
- Uuid!, : String!, : PacketMessageMutation!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- Uuid!, : String!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # msg: [Not documented]
- (
- Uuid!, :
- PacketMessageMutation! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # msg: [Not documented]
- (
- Uuid!, :
- PacketMessageMutation! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # icon: [Not documented]
- # color: [Not documented]
- (
- Uuid!, :
- String!, :
- String, :
- String :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # channelId: [Not documented]
- # name: [Not documented]
- # status: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String!, :
- String :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # channelId: [Not documented]
- # userId: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- Uuid! :
- ): Boolean!
- # Arguments
- # org: [Not documented]
- # channelId: [Not documented]
- # userId: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- Uuid! :
- ): Boolean!
- # Arguments
- # org: [Not documented]
- # channelId: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # channelId: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- Uuid! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # channelId: [Not documented]
- # status: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # pairUser: [Not documented]
- Uuid!, : Uuid!): Channel ( :
- # Arguments
- # org: [Not documented]
- # channelId: [Not documented]
- # label: [Not documented]
- Uuid!, : Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # channelId: [Not documented]
- # label: [Not documented]
- Uuid!, : Uuid!, : Uuid!): MutationResult! ( :
- # Create a user with a relation
- #
- # Arguments
- # org: [Not documented]
- # email: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # brand: [Not documented]
- # externalId: [Not documented]
- # mobile: [Not documented]
- # groupId: [Not documented]
- # gender: [Not documented]
- # genderDetail: [Not documented]
- # dob: [Not documented]
- # timezone: [Not documented]
- # relation: [Not documented]
- # groupHandle: [Not documented]
- (
- Uuid!, :
- String, :
- String!, :
- String!, :
- String, :
- String, :
- String, :
- Uuid, :
- String, :
- String, :
- LocalDate, :
- String, :
- String!, :
- String :
- ): MutationResult!
- # Add a relation to an existing user
- #
- # Arguments
- # org: [Not documented]
- # toId: [Not documented]
- # relation: Relation: child|extended-family|parent|sibling|spouse
- Uuid!, : Uuid!, : String!): MutationResult! ( :
- # Remove an existing relation
- #
- # Arguments
- # org: [Not documented]
- # toId: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Update details for a related user
- #
- # Arguments
- # id: [Not documented]
- # org: [Not documented]
- # email: [Not documented]
- # name: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # mobile: [Not documented]
- # gender: [Not documented]
- # genderDetail: [Not documented]
- # dob: [Not documented]
- # timezone: [Not documented]
- # relation: [Not documented]
- # title: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- LocalDate, :
- String, :
- String!, :
- String :
- ): MutationResult!
- # Add group for a related user
- #
- # Arguments
- # id: [Not documented]
- # org: [Not documented]
- # groupId: [Not documented]
- Uuid!, : Uuid!, : Uuid!): MutationResult! ( :
- # Remove group for a related user
- #
- # Arguments
- # id: [Not documented]
- # org: [Not documented]
- # groupId: [Not documented]
- Uuid!, : Uuid!, : Uuid!): MutationResult! ( :
- # Add group for a related user
- #
- # Arguments
- # id: [Not documented]
- # org: [Not documented]
- # groupHandle: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String! :
- ): MutationResult!
- # Remove group for a related user
- #
- # Arguments
- # id: [Not documented]
- # org: [Not documented]
- # groupHandle: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String! :
- ): MutationResult!
- # Update related user profile image
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # image: [Not documented]
- Uuid!, : Uuid!, : String!): MutationResult! ( :
- # Add related user to org
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Drop related user from org
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Update mobile (if not initialized)
- #
- # Arguments
- # id: [Not documented]
- # mobile: [Not documented]
- Uuid!, : String!): MutationResult! ( :
- # Update related user mobile (if not initialized)
- #
- # Arguments
- # id: [Not documented]
- # mobile: [Not documented]
- Uuid!, : String!): MutationResult! ( :
- # Update related user email
- #
- # Arguments
- # id: [Not documented]
- # email: [Not documented]
- Uuid!, : String!): MutationResult! ( :
- # Update account
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- Uuid!, : Uuid!, : AccountMutation!): MutationResult! ( :
- # Consume program ticket
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # programId: [Not documented]
- # programKindId: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- Uuid!, :
- Uuid! :
- ): MutationResult!
- # Drop program with ticket
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # programId: [Not documented]
- # programKindId: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- Uuid!, :
- Uuid! :
- ): MutationResult!
- # Join program
- #
- # Arguments
- # org: [Not documented]
- # programId: Program to join
- # programKindId: Program kind
- # start: open | fixed
- # startDate: Start date for open starts
- (
- Uuid!, :
- Uuid!, :
- Uuid!, :
- String, :
- LocalDate :
- ): MutationResult!
- # Drop program with ticket
- #
- # Arguments
- # org: [Not documented]
- # programId: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- # i: [Not documented]
- (
- Uuid!, :
- DispatchMutation!, :
- DispatchInboxAction :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- Uuid!, : DispatchMutation!): MutationResult! ( :
- # Arguments
- # serviceId: [Not documented]
- # org: [Not documented]
- # m: [Not documented]
- String!, : Uuid!, : DispatchMutation!): MutationResult! ( :
- # Use createDispatch
- #
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # when: [Not documented]
- # trackerId: [Not documented]
- # trackerHandle: [Not documented]
- # body: [Not documented]
- # blocks: [Not documented]
- # data: [Not documented]
- # taskState: [Not documented]
- # taskStatus: [Not documented]
- # schemaId: [Not documented]
- # schemaRevision: [Not documented]
- # startTime: [Not documented]
- # endTime: [Not documented]
- # attachments: [Not documented]
- # taskTracker: [Not documented]
- # serviceId: [Not documented]
- # batchId: [Not documented]
- # programStatus: [Not documented]
- # programId: [Not documented]
- # security: [Not documented]
- # inboxId: [Not documented]
- # inboxStepFrom: [Not documented]
- # inboxStepTo: [Not documented]
- # status: [Not documented]
- # linkedId: [Not documented]
- # participants: [Not documented]
- # location: [Not documented]
- # authorLocation: [Not documented]
- # options: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- LocalDate, :
- Uuid, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- Uuid, :
- Uuid, :
- DateTime, :
- DateTime, :
- Uuid!], : [
- Uuid, :
- String, :
- String, :
- String, :
- Uuid, :
- String, :
- Uuid, :
- String, :
- String, :
- String, :
- Uuid, :
- ParticipantEntry!], : [
- GeoLocation, :
- GeoLocation, :
- String :
- ): MutationResult!
- # Use createDispatch
- #
- # Arguments
- # org: [Not documented]
- # swimlaneId: [Not documented]
- # when: [Not documented]
- # trackerId: [Not documented]
- # trackerHandle: [Not documented]
- # body: [Not documented]
- # blocks: [Not documented]
- # data: [Not documented]
- # taskState: [Not documented]
- # taskStatus: [Not documented]
- # schemaId: [Not documented]
- # schemaRevision: [Not documented]
- # startTime: [Not documented]
- # endTime: [Not documented]
- # attachments: [Not documented]
- # taskTracker: [Not documented]
- # serviceId: [Not documented]
- # batchId: [Not documented]
- # programId: [Not documented]
- # security: [Not documented]
- # inboxId: [Not documented]
- # inboxStepFrom: [Not documented]
- # inboxStepTo: [Not documented]
- # status: [Not documented]
- # linkedId: [Not documented]
- # participants: [Not documented]
- # location: [Not documented]
- # options: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- LocalDate, :
- Uuid, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- Uuid, :
- Uuid, :
- DateTime, :
- DateTime, :
- Uuid!], : [
- Uuid, :
- String, :
- String, :
- Uuid, :
- String, :
- Uuid, :
- String, :
- String, :
- String, :
- Uuid, :
- ParticipantEntry!], : [
- GeoLocation, :
- String :
- ): MutationResult!
- # Use createDispatch
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # userId: [Not documented]
- # when: [Not documented]
- # trackerId: [Not documented]
- # body: [Not documented]
- # blocks: [Not documented]
- # data: [Not documented]
- # taskState: [Not documented]
- # taskStatus: [Not documented]
- # schemaId: [Not documented]
- # schemaRevision: [Not documented]
- # startTime: [Not documented]
- # endTime: [Not documented]
- # attachments: [Not documented]
- # taskTracker: [Not documented]
- # updateMessage: [Not documented]
- # programId: [Not documented]
- # security: [Not documented]
- # status: [Not documented]
- # linkedId: [Not documented]
- # options: [Not documented]
- (
- Uuid!, :
- String!, :
- Uuid, :
- LocalDate, :
- Uuid, :
- String, :
- String, :
- String, :
- String, :
- String, :
- Uuid, :
- Uuid, :
- DateTime, :
- DateTime, :
- Uuid!], : [
- Uuid, :
- String, :
- Uuid, :
- String, :
- String, :
- Uuid, :
- String :
- ): MutationResult!
- # Use createDispatch
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # swimlaneId: [Not documented]
- # when: [Not documented]
- # trackerId: [Not documented]
- # body: [Not documented]
- # blocks: [Not documented]
- # data: [Not documented]
- # taskState: [Not documented]
- # taskStatus: [Not documented]
- # schemaId: [Not documented]
- # schemaRevision: [Not documented]
- # startTime: [Not documented]
- # endTime: [Not documented]
- # attachments: [Not documented]
- # taskTracker: [Not documented]
- # updateMessage: [Not documented]
- # programId: [Not documented]
- # security: [Not documented]
- # status: [Not documented]
- # linkedId: [Not documented]
- # options: [Not documented]
- (
- Uuid!, :
- String!, :
- Uuid, :
- LocalDate, :
- Uuid, :
- String, :
- String, :
- String, :
- String, :
- String, :
- Uuid, :
- Uuid, :
- DateTime, :
- DateTime, :
- Uuid!], : [
- Uuid, :
- String, :
- Uuid, :
- String, :
- String, :
- Uuid, :
- String :
- ): MutationResult!
- # Advance step for user inbox
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # from: [Not documented]
- # to: [Not documented]
- # payload: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String!, :
- String!, :
- String :
- ): MutationResult!
- # Set inbox status
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # status: [Not documented]
- Uuid!, : Uuid!, : String!): MutationResult! ( :
- # Set everyone's inbox status
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # status: [Not documented]
- Uuid!, : Uuid!, : String!): MutationResult! ( :
- # Request upload permission
- #
- # Arguments
- # org: [Not documented]
- # dateStamp: [Not documented]
- # request: [Not documented]
- # grantId: [Not documented]
- (
- Uuid!, :
- String!, :
- String!, :
- String! :
- ): SignResult!
- # Arguments
- # org: Org id
- # entityId: [Not documented]
- # path: JsonPath expression
- # data: [Not documented]
- # schemaId: [Not documented]
- # identifier: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String!, :
- String!, :
- Uuid, :
- String! :
- ): String!
- # Arguments
- # org: Org id
- # entityId: Entity id
- # updates: JsonPath expression and data
- # schemaId: [Not documented]
- # identifier: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- JsonUpdate!]!, : [
- Uuid, :
- String! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # dispatchId: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # dispatchId: [Not documented]
- # status: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # dispatchId: [Not documented]
- # text: [Not documented]
- Uuid!, : Uuid!, : String!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # dispatchId: [Not documented]
- # id: [Not documented]
- # text: [Not documented]
- Uuid!, : Uuid!, : Uuid!, : String!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # dispatchId: [Not documented]
- # id: [Not documented]
- Uuid!, : Uuid!, : Uuid!): MutationResult! ( :
- # Add action for context user
- #
- # Arguments
- # org: [Not documented]
- # dispatchId: [Not documented]
- # event: [Not documented]
- # payload: [Not documented]
- Uuid!, : Uuid!, : String!, : String): MutationResult! ( :
- # OBSOLETE
- #
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # dispatchId: [Not documented]
- # event: [Not documented]
- # payload: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- Uuid!, :
- String!, :
- String :
- ): MutationResult!
- # Add action for another user
- #
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # dispatchId: [Not documented]
- # event: [Not documented]
- # payload: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- Uuid!, :
- String!, :
- String :
- ): MutationResult!
- # Remove action for another user
- #
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # dispatchId: [Not documented]
- # event: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- Uuid!, :
- String! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # dispatchId: [Not documented]
- # event: [Not documented]
- Uuid!, : Uuid!, : String!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- Uuid!, : Uuid!): String! ( :
- # Arguments
- # org: [Not documented]
- # query: [Not documented]
- Uuid!, : String!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # add: [Not documented]
- # remove: [Not documented]
- Uuid!, : Uuid!, : [Uuid!]!, : [Uuid!]!): String! ( :
- # Arguments
- # email: [Not documented]
- # sendVia: [Not documented]
- # brand: [Not documented]
- String!, : SendVia!, : String): Boolean! ( :
- # Arguments
- # email: [Not documented]
- # pin: [Not documented]
- # device: [Not documented]
- # host: [Not documented]
- String!, : String!, : String!, : String!): TokenResult! ( :
- # Authorize with social provider
- #
- # Arguments
- # provider: [Not documented]
- # accessCode: [Not documented]
- # token: [Not documented]
- # serverAuth: [Not documented]
- (
- String!, :
- String, :
- String, :
- String :
- ): SocialAuthorize!
- # Arguments
- # code: [Not documented]
- String!): MutationResult! ( :
- # Arguments
- # updatedEmail: [Not documented]
- # brand: [Not documented]
- String!, : String): MutationResult! ( :
- # Arguments
- # pinCode: [Not documented]
- String!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # contentType: [Not documented]
- # contentLength: [Not documented]
- # fileName: [Not documented]
- (
- Uuid!, :
- String!, :
- Long!, :
- String! :
- ): UploadGrant!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # status: [Not documented]
- Uuid!, : Uuid!, : String!): String! ( :
- # Arguments
- # org: [Not documented]
- Uuid!): VoipToken! ( :
- # Arguments
- # org: [Not documented]
- # phoneNumber: [Not documented]
- Uuid!, : String!): CallerIdResult! ( :
- # Arguments
- # org: [Not documented]
- # setting: [Not documented]
- # value: [Not documented]
- Uuid!, : String!, : String!): String! ( :
- # Arguments
- # email: [Not documented]
- # name: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # mobile: [Not documented]
- # timezone: [Not documented]
- # locale: [Not documented]
- # translate: [Not documented]
- # dob: [Not documented]
- # gender: [Not documented]
- # genderDetail: [Not documented]
- # title: [Not documented]
- (
- String!, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- LocalDate, :
- String, :
- String, :
- String :
- ): String!
- # Arguments
- # email: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # name: [Not documented]
- # mobile: [Not documented]
- # brand: [Not documented]
- (
- String!, :
- String!, :
- String!, :
- String, :
- String!, :
- String :
- ): String!
- # Arguments
- # org: [Not documented]
- # add: [Not documented]
- # remove: [Not documented]
- (
- Uuid!, :
- Uuid!]!, : [
- Uuid!]! : [
- ): MutationResult!
- # Arguments
- # recordId: [Not documented]
- # deviceToken: [Not documented]
- # deviceId: [Not documented]
- # deviceType: [Not documented]
- # appVersion: [Not documented]
- # browser: [Not documented]
- # brand: [Not documented]
- # platformOsFamily: [Not documented]
- # platformOsVersion: [Not documented]
- (
- String!, :
- String!, :
- String!, :
- String!, :
- String!, :
- String!, :
- String!, :
- String!, :
- String! :
- ): Uuid!
- # Deprecated; use updateImage
- #
- # Arguments
- # image: [Not documented]
- String!): MutationResult! ( :
- # Update profile image for entity, must have permission
- #
- # Arguments
- # m: [Not documented]
- ImageUpdate!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # transactionId: [Not documented]
- # amount: [Not documented]
- # account: [Not documented]
- # ccy: [Not documented]
- # billing: [Not documented]
- # tracker: [Not documented]
- # body: [Not documented]
- # signature: [Not documented]
- (
- Uuid!, :
- String!, :
- Float!, :
- String!, :
- String!, :
- String!, :
- Uuid!, :
- String!, :
- String :
- ): CallResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (
- Uuid!, :
- UserPaymentIdentityMutation! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- Uuid!, : UserPaymentMethodMutation!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # id: Id of payment method to remove
- # methodHandle: Org specific payment method handle
- Uuid!, : Uuid!, : String!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- Uuid!, : UserPaymentMutation!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- Uuid!, : UserPaymentMutation!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # id: Id of subscription to stop
- # methodHandle: Org specific payment method handle
- Uuid!, : Uuid!, : String!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # token: [Not documented]
- # email: [Not documented]
- (
- Uuid!, :
- String!, :
- String! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # amount: [Not documented]
- # account: [Not documented]
- # ccy: [Not documented]
- # billing: [Not documented]
- # tracker: [Not documented]
- # body: [Not documented]
- # email: [Not documented]
- # tokenId: [Not documented]
- # customerId: [Not documented]
- # sku: [Not documented]
- # description: [Not documented]
- # provider: [Not documented]
- # action: [Not documented]
- (
- Uuid!, :
- Float!, :
- String!, :
- String!, :
- String!, :
- Uuid!, :
- String!, :
- String!, :
- String!, :
- String, :
- String, :
- String, :
- String, :
- String :
- ): CallResult!
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # jsonParams: [Not documented]
- Uuid!, : Uuid!, : String): ScriptResult ( :
- # Arguments
- # org: [Not documented]
- # handle: [Not documented]
- # jsonParams: [Not documented]
- (
- Uuid!, :
- String!, :
- String :
- ): ScriptResult
- # Arguments
- # org: [Not documented]
- # startDate: [Not documented]
- # endDate: [Not documented]
- # name: [Not documented]
- # tz: [Not documented]
- # status: [Not documented]
- # trackerId: [Not documented]
- # options: [Not documented]
- # entityId: [Not documented]
- # entityKind: [Not documented]
- (
- Uuid!, :
- LocalDate, :
- LocalDate, :
- String, :
- String, :
- String, :
- Uuid, :
- String, :
- Uuid, :
- String :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # startDate: [Not documented]
- # endDate: [Not documented]
- # name: [Not documented]
- # tz: [Not documented]
- # status: [Not documented]
- # trackerId: [Not documented]
- # options: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- LocalDate, :
- LocalDate, :
- String, :
- String, :
- String, :
- Uuid, :
- String :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # body: [Not documented]
- # startTime: [Not documented]
- # endTime: [Not documented]
- # dayMask: [Not documented]
- # dispatchClusterId: [Not documented]
- (
- Uuid!, :
- String, :
- Int, :
- Int, :
- Int, :
- Uuid! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # body: [Not documented]
- # startTime: [Not documented]
- # endTime: [Not documented]
- # dayMask: [Not documented]
- # dispatchClusterId: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String, :
- Int, :
- Int, :
- Int, :
- Uuid! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # dispatchClusterId: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- Uuid! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # dispatchId: [Not documented]
- # labelId: [Not documented]
- Uuid!, : Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # dispatchId: [Not documented]
- # labelId: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- Uuid! :
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # labelId: [Not documented]
- Uuid!, : Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # labelId: [Not documented]
- Uuid!, : Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # channelId: [Not documented]
- # labelId: [Not documented]
- Uuid!, : Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # channelId: [Not documented]
- # labelId: [Not documented]
- Uuid!, : Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # m: [Not documented]
- Uuid!, : String, : MeetingRoomMutation): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # state: [Not documented]
- Uuid!, : Uuid!, : String): MutationResult! ( :
- # Add behavior for context user
- #
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # description: [Not documented]
- # behaviorKind: [Not documented]
- # behaviorId: [Not documented]
- # triggerKind: [Not documented]
- # triggerId: [Not documented]
- # status: [Not documented]
- # cron: [Not documented]
- # timezone: [Not documented]
- # environment: [Not documented]
- # triggerHandle: [Not documented]
- # behaviorHandle: [Not documented]
- # handle: [Not documented]
- # triggerLifecycle: [Not documented]
- # forUser: [Not documented]
- (
- Uuid!, :
- String, :
- String, :
- String, :
- Uuid, :
- String, :
- Uuid, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- Uuid :
- ): MutationResult!
- # Update behavior for context user
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # name: [Not documented]
- # description: [Not documented]
- # behaviorKind: [Not documented]
- # behaviorId: [Not documented]
- # triggerKind: [Not documented]
- # triggerId: [Not documented]
- # status: [Not documented]
- # cron: [Not documented]
- # timezone: [Not documented]
- # environment: [Not documented]
- # triggerHandle: [Not documented]
- # behaviorHandle: [Not documented]
- # handle: [Not documented]
- # triggerLifecycle: [Not documented]
- # forUser: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String, :
- String, :
- String, :
- Uuid, :
- String, :
- Uuid, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- Uuid :
- ): MutationResult!
- # Update behavior for context user
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # forUser: [Not documented]
- Uuid!, : Uuid!, : Uuid): MutationResult! ( :
- # Arguments
- # org: Org id for the query
- # name: [Not documented]
- # description: [Not documented]
- # query: Query
- # queryKind: dispatch|user|program|participant
- # config: [Not documented]
- # status: [Not documented]
- # geoId: [Not documented]
- # authorGeoId: [Not documented]
- # share: public|org|private|admin
- # category: [Not documented]
- (
- Uuid!, :
- String, :
- String, :
- String!, :
- String!, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String :
- ): MutationResult!
- # Arguments
- # org: Org id for the query
- # id: [Not documented]
- # name: [Not documented]
- # description: [Not documented]
- # query: [Not documented]
- # queryKind: [Not documented]
- # config: [Not documented]
- # status: [Not documented]
- # geoId: [Not documented]
- # authorGeoId: [Not documented]
- # share: [Not documented]
- # category: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String, :
- String :
- ): MutationResult!
- # Arguments
- # org: Org id for the query
- # id: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: Org id for the query
- # userId: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: Org id for the query
- # userId: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Arguments
- # org: Org id for the query
- # m: [Not documented]
- Uuid!, : UserFlagContentMutation!): MutationResult! ( :
- # Arguments
- # org: [Not documented]
- # username: [Not documented]
- Uuid, : String!): MutationResult! ( :
- # Add or confirm an entity is connected to a bucket
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- Uuid!, : BucketEntityMutation!): MutationResult! ( :
- # Add or confirm a dispatch is in a bucket
- #
- # Arguments
- # org: [Not documented]
- # bucketId: [Not documented]
- # dispatchId: [Not documented]
- (
- Uuid!, :
- Uuid!, :
- String! :
- ): MutationResult!
- # Add or confirm a dispatch is in the context user bucket
- #
- # Arguments
- # org: [Not documented]
- # handle: Handle for the bucket
- # dispatchId: Dispatch to add
- (
- Uuid!, :
- String, :
- String! :
- ): MutationResult!
- # Add or confirm a dispatch is in a dispatch bucket
- #
- # Arguments
- # org: [Not documented]
- # ownerId: Owner dispatch
- # dispatchId: Dispatch to add
- # handle: Optional handle for the bucket
- (
- Uuid!, :
- String!, :
- String!, :
- String :
- ): MutationResult!
- # Remove a dispatch from dispatch bucket
- #
- # Arguments
- # org: [Not documented]
- # ownerId: Owner dispatch
- # dispatchId: Dispatch to remove
- # handle: Optional handle for the bucket
- (
- Uuid!, :
- String!, :
- String!, :
- String :
- ): MutationResult!
- # Remove a dispatch from user bucket
- #
- # Arguments
- # org: [Not documented]
- # dispatchId: Dispatch to remove
- # handle: Optional handle for the bucket
- (
- Uuid!, :
- String!, :
- String :
- ): MutationResult!
- # Update org status for user
- #
- # Arguments
- # org: [Not documented]
- # cmd: Command to run for org: leave | authorize
- Uuid!, : String!): MutationResult! ( :
- # Add payment address
- #
- # Arguments
- # org: [Not documented]
- # m: Address
- Uuid!, : PaymentAddressMutation!): MutationResult! ( :
- # Update payment address
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: Address
- (
- Uuid!, :
- Uuid!, :
- PaymentAddressMutation! :
- ): MutationResult!
- # Remove payment address
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- Uuid!, : Uuid!): MutationResult! ( :
- # Add short URL
- #
- # Arguments
- # org: [Not documented]
- # url: [Not documented]
- Uuid!, : String!): ShortUrl ( :
- # Generate short URL
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- Uuid!, : ShortUrlMutation!): ShortUrl ( :
- # Add a tracking event
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- Uuid!, : TrackingEventMutation!): MutationResult! ( :
- }
link Require by
This element is not required by anyone