OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Mark packet as deleted
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # status: [Not documented]
- (: Uuid!, : String!, : String): MutationResult!
- # Send packet message
- #
- # Arguments
- # org: [Not documented]
- # msg: [Not documented]
- # senderId: [Not documented]
- # event: weave.chat | weave.ping | weave.ephemeral |
- # weave.singleton
- (
- : Uuid!,
- : PacketMessageMutation!,
- : Uuid!,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : ChannelMutation!): Uuid!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : ChannelMutation!): String!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): String!
- # Update managed channel
- #
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # status: [Not documented]
- # description: [Not documented]
- # welcome: [Not documented]
- # icon: [Not documented]
- # color: [Not documented]
- # handle: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Removed managed channel
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Update managed channel
- #
- # Arguments
- # id: [Not documented]
- # org: [Not documented]
- # name: [Not documented]
- # status: [Not documented]
- # description: [Not documented]
- # welcome: [Not documented]
- # icon: [Not documented]
- # color: [Not documented]
- # handle: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Add managed channel user
- #
- # Arguments
- # org: [Not documented]
- # channelId: [Not documented]
- # userId: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!
- ): MutationResult!
- # Remove managed channel user
- #
- # Arguments
- # org: [Not documented]
- # channelId: [Not documented]
- # userId: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : MemberEventMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # userId: [Not documented]
- # m: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : MemberEventMutation!
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Create program ticket
- #
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # programKindId: [Not documented]
- # externalId: [Not documented]
- # sku: [Not documented]
- # baseSku: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String
- ): MutationResult!
- # Consume program ticket
- #
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # id: [Not documented]
- # programId: [Not documented]
- # programKindId: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : Uuid!
- ): MutationResult!
- # Cancel program ticket
- #
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # id: [Not documented]
- # programKindId: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : Uuid!
- ): MutationResult!
- # Free program ticket
- #
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # id: [Not documented]
- # programId: [Not documented]
- # programKindId: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : Uuid!
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # currentSignInIp: [Not documented]
- (: Uuid!, : Uuid!, : String): MutationResult!
- # Update profile image for entity, must have permission
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : ImageUpdate!): MutationResult!
- # Create workflow rule
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : RuleMutation!): MutationResult!
- # Update workflow rule
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : RuleMutation!): MutationResult!
- # Delete workflow rule
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Create trigger
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : BehaviorTriggerMutation!): MutationResult!
- # Update trigger
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : BehaviorTriggerMutation!): MutationResult!
- # Delete trigger
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Add new data droplet
- #
- # Arguments
- # org: [Not documented]
- # handle: [Not documented]
- # name: [Not documented]
- # description: [Not documented]
- # notes: [Not documented]
- # opts: [Not documented]
- # status: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Update data droplet
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # handle: [Not documented]
- # name: [Not documented]
- # description: [Not documented]
- # notes: [Not documented]
- # opts: [Not documented]
- # status: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Delete data droplet
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Add new data droplet entry
- #
- # Arguments
- # org: [Not documented]
- # droplet: [Not documented]
- # name: [Not documented]
- # content: [Not documented]
- # notes: [Not documented]
- # rule: [Not documented]
- # opts: [Not documented]
- # status: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Add new data droplet entry with handle
- #
- # Arguments
- # org: [Not documented]
- # dropletHandle: [Not documented]
- # name: [Not documented]
- # content: [Not documented]
- # notes: [Not documented]
- # rule: [Not documented]
- # opts: [Not documented]
- # status: [Not documented]
- (
- : Uuid!,
- : String!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Update data droplet entry
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # name: [Not documented]
- # content: [Not documented]
- # notes: [Not documented]
- # rule: [Not documented]
- # opts: [Not documented]
- # status: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Delete data droplet entry
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Droplet entry create or update
- #
- # Arguments
- # org: Org id for the query
- # dropletHandle: [Not documented]
- # dropletName: [Not documented]
- # name: [Not documented]
- # content: [Not documented]
- # notes: [Not documented]
- # rule: [Not documented]
- # opts: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Environment variable create or update
- #
- # Arguments
- # org: Org id for the query
- # variable: [Not documented]
- (
- : Uuid!,
- : EnvironmentVariableMutation!
- ): MutationResult!
- # Environment variable create or update
- #
- # Arguments
- # org: Org id for the query
- # id: [Not documented]
- # variable: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : EnvironmentVariableMutation!
- ): MutationResult!
- # Environment variable create or update
- #
- # Arguments
- # org: Org id for the query
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Delete resource
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Create resource
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : ResourceMutation!): MutationResult!
- # Update resource
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : ResourceMutation!): MutationResult!
- # Create resource
- #
- # Arguments
- # org: [Not documented]
- # resourceId: [Not documented]
- # m: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : ResourceAvailabilityMutation!
- ): MutationResult!
- # Update resource
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : ResourceAvailabilityMutation!
- ): MutationResult!
- # Delete resource
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: Org id for the query
- # id: Notification Id
- (: Uuid!, : Uuid!): MutationResult!
- # Create integration
- #
- # Arguments
- # org: Org id for the query
- # m: [Not documented]
- (: Uuid!, : IntegrationMutation!): MutationResult!
- # Update integration
- #
- # Arguments
- # id: [Not documented]
- # org: Org id for the query
- # m: [Not documented]
- (: Uuid!, : Uuid!, : IntegrationMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : BucketMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : BucketMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # security: [Not documented]
- (: Uuid!, : String, : String): MeetingRoom!
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # security: [Not documented]
- # start: [Not documented]
- # duration: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : DateTime,
- : Int
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # entity: [Not documented]
- # entityId: [Not documented]
- # groupId: [Not documented]
- (: Uuid!, : String!, : Uuid!, : Uuid!): Boolean!
- # Arguments
- # org: [Not documented]
- # entity: [Not documented]
- # entityId: [Not documented]
- # groupId: [Not documented]
- (: Uuid!, : String!, : Uuid!, : Uuid!): Boolean!
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # description: [Not documented]
- # color: [Not documented]
- # status: [Not documented]
- # handle: [Not documented]
- # permission: [Not documented]
- # kind: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): Uuid!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # name: [Not documented]
- # description: [Not documented]
- # color: [Not documented]
- # status: [Not documented]
- # handle: [Not documented]
- # permission: [Not documented]
- # kind: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): String!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : PaymentMethodMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: Id to modify
- # m: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : PaymentMethodMutation!
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : ScriptMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : ScriptMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # mode: [Not documented]
- # logLevel: [Not documented]
- (: Uuid!, : Uuid!, : String!, : String!): ScriptResult
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # displayName: [Not documented]
- # status: [Not documented]
- # icon: [Not documented]
- # color: [Not documented]
- # handle: [Not documented]
- # share: [Not documented]
- # config: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): Uuid!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # name: [Not documented]
- # displayName: [Not documented]
- # status: [Not documented]
- # icon: [Not documented]
- # color: [Not documented]
- # handle: [Not documented]
- # share: [Not documented]
- # config: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): String!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # document: [Not documented]
- # status: [Not documented]
- # kind: [Not documented]
- # name: [Not documented]
- # description: [Not documented]
- # location: [Not documented]
- # order: [Not documented]
- # handle: [Not documented]
- # classification: [Not documented]
- # builder: [Not documented]
- # share: [Not documented]
- # displayName: [Not documented]
- # version: [Not documented]
- # folder: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : Int,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): Uuid!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # document: [Not documented]
- # status: [Not documented]
- # kind: [Not documented]
- # name: [Not documented]
- # description: [Not documented]
- # location: [Not documented]
- # order: [Not documented]
- # handle: [Not documented]
- # classification: [Not documented]
- # builder: [Not documented]
- # share: [Not documented]
- # displayName: [Not documented]
- # version: [Not documented]
- # folder: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : Int,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): String!
- # Arguments
- # org: [Not documented]
- # from: [Not documented]
- # to: [Not documented]
- # query: [Not documented]
- (
- : Uuid!,
- : String!,
- : String!,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Create user using email or add to org if already existing
- #
- # Arguments
- # org: [Not documented]
- # email: Email address; this is the unique identifier
- # first: [Not documented]
- # last: [Not documented]
- # mobile: Mobile number with country code
- # name: Name if different than first last
- # groupId: Group id if desired
- # externalId: Optional external id for this org
- # orgTitle: Optional title for this org
- # gender: Users gender: male|female|other
- # genderDetail: More detail if gender is other
- # dob: Date of birth
- # timezone: Timezone in tz database format
- # createdAt: Creation date override; for use when importing
- # existing users
- # username: Username (BETA); not required, must be globally
- # unique if provided
- (
- : Uuid!,
- : String!,
- : String!,
- : String!,
- : String,
- : String,
- : Uuid,
- : String,
- : String,
- : String,
- : String,
- : LocalDate,
- : String,
- : DateTime,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # email: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # mobile: [Not documented]
- # name: [Not documented]
- # externalId: [Not documented]
- (
- : String!,
- : String!,
- : String!,
- : String,
- : String,
- : String
- ): String!
- # Arguments
- # org: [Not documented]
- # userId: User belonging to the org
- # image: 512 x 512 png or jpg image in Base64 format
- (: Uuid!, : Uuid!, : String!): MutationResult!
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # status: [Not documented]
- # kind: [Not documented]
- # handle: [Not documented]
- # description: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String
- ): Uuid!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # name: [Not documented]
- # status: [Not documented]
- # kind: [Not documented]
- # handle: [Not documented]
- # description: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String
- ): String!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): String!
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # displayName: [Not documented]
- # status: [Not documented]
- # color: [Not documented]
- # displayFormat: [Not documented]
- # displayExpression: [Not documented]
- # icon: [Not documented]
- # description: [Not documented]
- # headerFormat: [Not documented]
- # serviceName: [Not documented]
- # serviceAction: [Not documented]
- # hasBody: [Not documented]
- # schemaText: [Not documented]
- # handle: [Not documented]
- # share: [Not documented]
- # notificationIcon: [Not documented]
- # config: [Not documented]
- # notificationTemplate: [Not documented]
- # handleGroup: [Not documented]
- # folder: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): Uuid!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # name: [Not documented]
- # displayName: [Not documented]
- # status: [Not documented]
- # color: [Not documented]
- # displayFormat: [Not documented]
- # displayExpression: [Not documented]
- # icon: [Not documented]
- # description: [Not documented]
- # headerFormat: [Not documented]
- # serviceName: [Not documented]
- # serviceAction: [Not documented]
- # hasBody: [Not documented]
- # schemaText: [Not documented]
- # handle: [Not documented]
- # share: [Not documented]
- # config: [Not documented]
- # notificationIcon: [Not documented]
- # notificationTemplate: [Not documented]
- # handleGroup: [Not documented]
- # folder: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): String!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # timezone: [Not documented]
- # cron: [Not documented]
- # triggerUid: [Not documented]
- # trigger: [Not documented]
- # status: [Not documented]
- # options: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : Uuid,
- : String,
- : String,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # name: [Not documented]
- # timezone: [Not documented]
- # cron: [Not documented]
- # triggerUid: [Not documented]
- # trigger: [Not documented]
- # status: [Not documented]
- # options: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : Uuid,
- : String,
- : String,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # display: [Not documented]
- # document: [Not documented]
- # status: [Not documented]
- # parent: [Not documented]
- # handle: [Not documented]
- # mode: [Not documented]
- # uri: [Not documented]
- # config: [Not documented]
- # dispatchQuery: [Not documented]
- # format: [Not documented]
- # sortOrder: [Not documented]
- # sortChildren: [Not documented]
- # displayName: [Not documented]
- # share: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : Uuid,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : Int,
- : String,
- : String,
- : String
- ): Uuid!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # name: [Not documented]
- # display: [Not documented]
- # document: [Not documented]
- # status: [Not documented]
- # parent: [Not documented]
- # handle: [Not documented]
- # mode: [Not documented]
- # uri: [Not documented]
- # config: [Not documented]
- # dispatchQuery: [Not documented]
- # format: [Not documented]
- # sortOrder: [Not documented]
- # sortChildren: [Not documented]
- # displayName: [Not documented]
- # share: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : Uuid,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : Int,
- : String,
- : String,
- : String
- ): String!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : InviteMutation!): Uuid!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : InviteMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # access: [Not documented]
- # entity: [Not documented]
- # text: [Not documented]
- # status: [Not documented]
- # name: [Not documented]
- # handle: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): Uuid!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # access: [Not documented]
- # entity: [Not documented]
- # text: [Not documented]
- # status: [Not documented]
- # name: [Not documented]
- # handle: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): String!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # primaryColor: [Not documented]
- # secondaryColor: [Not documented]
- # headerColor: [Not documented]
- # brandStatus: [Not documented]
- # parentId: [Not documented]
- # fontColor: [Not documented]
- # imageColor: [Not documented]
- # options: [Not documented]
- # displayName: [Not documented]
- # actionColor: [Not documented]
- # navColor: [Not documented]
- # permissionDefault: [Not documented]
- # description: [Not documented]
- # address: [Not documented]
- # phone: [Not documented]
- # website: [Not documented]
- # ownerUri: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : String,
- : String,
- : Uuid,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # groupId: [Not documented]
- (: Uuid!, : Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # groupId: [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]
- # userId: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : UpdateMemberMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # name: [Not documented]
- # primaryColor: [Not documented]
- # secondaryColor: [Not documented]
- # navColor: [Not documented]
- # headerColor: [Not documented]
- # fontColor: [Not documented]
- # imageColor: [Not documented]
- # displayName: [Not documented]
- # permissionDefault: [Not documented]
- # ownerUri: [Not documented]
- (
- : Uuid!,
- : String!,
- : String!,
- : String!,
- : String!,
- : String!,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # orgId: [Not documented]
- # userId: [Not documented]
- # role: [Not documented]
- # externalId: [Not documented]
- (
- : Uuid!,
- : Uuid,
- : Uuid!,
- : String!,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- (: Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # status: [Not documented]
- (: Uuid!, : Uuid!, : String!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : String!): MutationResult!
- # Arguments
- # org: [Not documented]
- # entityId: [Not documented]
- # entityKind: [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,
- : String,
- : LocalDate,
- : LocalDate,
- : String,
- : String,
- : String,
- : Uuid,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (
- : Uuid!,
- : DispatchClusterExceptionMutation!
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # entityId: [Not documented]
- # entityKind: [Not documented]
- # startDate: [Not documented]
- # endDate: [Not documented]
- # name: [Not documented]
- # tz: [Not documented]
- # status: [Not documented]
- # trackerId: [Not documented]
- # options: [Not documented]
- # mode: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid,
- : String,
- : LocalDate,
- : LocalDate,
- : String,
- : String,
- : String,
- : Uuid,
- : String,
- : 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]
- # mode: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : Int,
- : Int,
- : Int,
- : Uuid!,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # dispatchClusterId: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # query: [Not documented]
- # name: [Not documented]
- # status: [Not documented]
- # userId: [Not documented]
- # kind: [Not documented]
- # locationPath: [Not documented]
- # subject: [Not documented]
- # displayName: [Not documented]
- # handle: [Not documented]
- (
- : Uuid!,
- : String,
- : String,
- : String,
- : Uuid,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # query: [Not documented]
- # name: [Not documented]
- # status: [Not documented]
- # userId: [Not documented]
- # kind: [Not documented]
- # locationPath: [Not documented]
- # subject: [Not documented]
- # displayName: [Not documented]
- # handle: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : String,
- : String,
- : String,
- : Uuid,
- : String,
- : String,
- : String,
- : String,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : ProgramKindMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : ProgramKindMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # programKind: [Not documented]
- # status: [Not documented]
- # name: [Not documented]
- # handle: [Not documented]
- # document: [Not documented]
- # startDate: [Not documented]
- # mode: [Not documented]
- # catalog: [Not documented]
- # parentId: [Not documented]
- (
- : Uuid!,
- : Uuid,
- : String,
- : String,
- : String,
- : String,
- : LocalDate,
- : String,
- : String,
- : Uuid
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # programKind: [Not documented]
- # status: [Not documented]
- # name: [Not documented]
- # handle: [Not documented]
- # document: [Not documented]
- # startDate: [Not documented]
- # mode: [Not documented]
- # catalog: [Not documented]
- # parentId: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid,
- : String,
- : String,
- : String,
- : String,
- : LocalDate,
- : String,
- : String,
- : Uuid
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Adds or updates a user - will not double add
- #
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # programId: [Not documented]
- # cohortId: [Not documented]
- # role: [Not documented]
- # state: [Not documented]
- # startDate: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : Uuid,
- : String,
- : String,
- : LocalDate
- ): MutationResult!
- # Update participant state
- #
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # programId: [Not documented]
- # cohortId: [Not documented]
- # state: [Not documented]
- # comments: [Not documented]
- # stateDetail: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : String!,
- : String,
- : String
- ): MutationResult!
- # Update participant state
- #
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # programId: [Not documented]
- # cohortId: [Not documented]
- # state: [Not documented]
- # comments: [Not documented]
- # stateDetail: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : Uuid,
- : String!,
- : String,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # programId: [Not documented]
- # cohortId: [Not documented]
- # role: [Not documented]
- # state: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : Uuid,
- : String,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # programId: [Not documented]
- (: Uuid!, : Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # programId: [Not documented]
- # cohortId: [Not documented]
- # role: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # attachmentId: [Not documented]
- # entityId: [Not documented]
- # entityType: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : String!
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: Attachment relation id
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # entity: [Not documented]
- # entityId: [Not documented]
- # reminderDt: [Not documented]
- # reminderTz: [Not documented]
- # condition: [Not documented]
- # updateCondition: [Not documented]
- # reminderDelay: [Not documented]
- (
- : Uuid!,
- : String!,
- : Uuid!,
- : Int,
- : String,
- : String,
- : String,
- : Int
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # programId: [Not documented]
- # handle: [Not documented]
- # name: [Not documented]
- (: Uuid!, : Uuid!, : String!, : String): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # programId: [Not documented]
- # handle: [Not documented]
- # name: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : String!,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # programId: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : DispatchMutation!): MutationResult!
- # 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]
- # batchId: [Not documented]
- # serviceId: [Not documented]
- # schemaId: [Not documented]
- # schemaRevision: [Not documented]
- # startTime: [Not documented]
- # endTime: [Not documented]
- # attachments: [Not documented]
- # taskTracker: [Not documented]
- # authorId: [Not documented]
- # useDate: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : LocalDate,
- : Uuid,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : Uuid,
- : Uuid,
- : DateTime,
- : DateTime,
- : [Uuid!],
- : Uuid,
- : Uuid!,
- : DateTime
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # userId: [Not documented]
- # when: [Not documented]
- # id: [Not documented]
- # trackerId: [Not documented]
- # body: [Not documented]
- # blocks: [Not documented]
- # data: [Not documented]
- # taskState: [Not documented]
- # taskStatus: [Not documented]
- # batchId: [Not documented]
- # serviceId: [Not documented]
- # schemaId: [Not documented]
- # schemaRevision: [Not documented]
- # startTime: [Not documented]
- # endTime: [Not documented]
- # attachments: [Not documented]
- # taskTracker: [Not documented]
- # authorId: [Not documented]
- # useDate: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : LocalDate,
- : Uuid!,
- : Uuid,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : Uuid,
- : Uuid,
- : DateTime,
- : DateTime,
- : [Uuid!],
- : Uuid,
- : Uuid!,
- : DateTime
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # fromUserId: [Not documented]
- # toUserId: [Not documented]
- (: Uuid!, : Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: Org id for the query
- # id: Notification Id
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: Org id for the query
- # clip: [Not documented]
- (: Uuid!, : QueryClipMutation!): MutationResult!
- # Arguments
- # org: Org id for the query
- # id: [Not documented]
- # clip: [Not documented]
- (: Uuid!, : Uuid!, : QueryClipMutation!): MutationResult!
- # Arguments
- # org: Org id for the query
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: Org id for the query
- # m: [Not documented]
- (: Uuid!, : SwimlaneCohortMutation!): MutationResult!
- # Arguments
- # org: Org id for the query
- # m: [Not documented]
- (: Uuid!, : SwimlaneCohortMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : AccountMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : AccountMutation!): MutationResult!
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- (: Uuid!, : Uuid!): MutationResult!
- # Arguments
- # org: [Not documented]
- # accountId: [Not documented]
- # userId: [Not documented]
- # role: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!,
- : String
- ): MutationResult!
- # Arguments
- # org: [Not documented]
- # accountId: [Not documented]
- # userId: [Not documented]
- (
- : Uuid!,
- : Uuid!,
- : Uuid!
- ): MutationResult!
- # Apply validation
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : ValidationMutation!): MutationResult!
- # Create entity folder
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : EntityFolderMutation!): MutationResult!
- # Update entity folder
- #
- # Arguments
- # org: [Not documented]
- # id: [Not documented]
- # m: [Not documented]
- (: Uuid!, : Uuid!, : EntityFolderMutation!): MutationResult!
- # Move item to folder
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : EntityFolderMoveMutation!): MutationResult!
- # Move item to folder
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (: Uuid!, : EntityUpdateMutation!): MutationResult!
- # Remove folder
- #
- # Arguments
- # org: [Not documented]
- # kind: [Not documented]
- # folder: [Not documented]
- (: Uuid!, : String!, : String!): MutationResult!
- # Apply publisher configuration
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (
- : Uuid!,
- : ConfigurationPublisherMutation!
- ): MutationResult!
- # Add publisher connection
- #
- # Arguments
- # org: [Not documented]
- # entityKind: [Not documented]
- (: Uuid!, : String!): MutationResult!
- # Remove publisher connection
- #
- # Arguments
- # org: [Not documented]
- # entityKind: [Not documented]
- (
- : Uuid!,
- : String!
- ): MutationResult!
- # Publish revision (does not push, only update version)
- #
- # Arguments
- # org: [Not documented]
- (: Uuid!): MutationResult!
- # Apply subscriber configuration
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (
- : Uuid!,
- : ConfigurationSubscriberMutation!
- ): MutationResult!
- # Remove subscriber configuration
- #
- # Arguments
- # org: [Not documented]
- (: Uuid!): MutationResult!
- # Pull the latest version if changed
- #
- # Arguments
- # org: [Not documented]
- # mode: [Not documented]
- (: Uuid!, : String): MutationResult!
- # Apply subscriber transformation
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (
- : Uuid!,
- : ConfigurationTransformMutation!
- ): MutationResult!
- # Remove subscriber transformation
- #
- # Arguments
- # org: [Not documented]
- # m: [Not documented]
- (
- : Uuid!,
- : ConfigurationTransformMutation!
- ): MutationResult!
- }
link Require by
This element is not required by anyone