@operato/scene-openlayers 1.2.90 → 1.2.91
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -0
- package/dist/ol-marker.js +1 -1
- package/dist/ol-marker.js.map +1 -1
- package/dist/openlayers.d.ts +2 -2
- package/dist/openlayers.js.map +1 -1
- package/package.json +2 -2
- package/schema.gql +3702 -0
- package/src/ol-marker.ts +2 -2
- package/src/openlayers.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
    
        package/schema.gql
    ADDED
    
    | @@ -0,0 +1,3702 @@ | |
| 1 | 
            +
            # -----------------------------------------------
         | 
| 2 | 
            +
            # !!! THIS FILE WAS GENERATED BY TYPE-GRAPHQL !!!
         | 
| 3 | 
            +
            # !!!   DO NOT MODIFY THIS FILE BY YOURSELF   !!!
         | 
| 4 | 
            +
            # -----------------------------------------------
         | 
| 5 | 
            +
             | 
| 6 | 
            +
            input APIDocCompletionInput {
         | 
| 7 | 
            +
              code: String!
         | 
| 8 | 
            +
              language: String
         | 
| 9 | 
            +
            }
         | 
| 10 | 
            +
             | 
| 11 | 
            +
            type APIDocCompletionOutput {
         | 
| 12 | 
            +
              message: String
         | 
| 13 | 
            +
            }
         | 
| 14 | 
            +
             | 
| 15 | 
            +
            type AccessToken {
         | 
| 16 | 
            +
              accesToken: String!
         | 
| 17 | 
            +
              refreshToken: String!
         | 
| 18 | 
            +
            }
         | 
| 19 | 
            +
             | 
| 20 | 
            +
            """Any Scalar type (String, Boolean, Int, Float, Object, List)"""
         | 
| 21 | 
            +
            scalar Any
         | 
| 22 | 
            +
             | 
| 23 | 
            +
            type AppBinding {
         | 
| 24 | 
            +
              application: Application
         | 
| 25 | 
            +
              createdAt: Timestamp
         | 
| 26 | 
            +
              creator: User!
         | 
| 27 | 
            +
              description: String
         | 
| 28 | 
            +
              domains: [Domain!]!
         | 
| 29 | 
            +
              email: String!
         | 
| 30 | 
            +
              id: ID!
         | 
| 31 | 
            +
              locale: String
         | 
| 32 | 
            +
              name: String!
         | 
| 33 | 
            +
              owner: Boolean
         | 
| 34 | 
            +
              reference: String
         | 
| 35 | 
            +
              refreshToken: String
         | 
| 36 | 
            +
              roles: [Role!]!
         | 
| 37 | 
            +
              scope: String
         | 
| 38 | 
            +
              status: String!
         | 
| 39 | 
            +
              updatedAt: Timestamp
         | 
| 40 | 
            +
              updater: User!
         | 
| 41 | 
            +
              userType: String
         | 
| 42 | 
            +
            }
         | 
| 43 | 
            +
             | 
| 44 | 
            +
            type AppBindingList {
         | 
| 45 | 
            +
              items: [AppBinding!]
         | 
| 46 | 
            +
              total: Int
         | 
| 47 | 
            +
            }
         | 
| 48 | 
            +
             | 
| 49 | 
            +
            type Appliance {
         | 
| 50 | 
            +
              accessToken: String
         | 
| 51 | 
            +
              brand: String
         | 
| 52 | 
            +
              createdAt: Timestamp
         | 
| 53 | 
            +
              creator: User
         | 
| 54 | 
            +
              description: String
         | 
| 55 | 
            +
              domain: Domain!
         | 
| 56 | 
            +
              id: ID!
         | 
| 57 | 
            +
              model: String
         | 
| 58 | 
            +
              name: String!
         | 
| 59 | 
            +
              netmask: String
         | 
| 60 | 
            +
              serialNo: String
         | 
| 61 | 
            +
              updatedAt: Timestamp
         | 
| 62 | 
            +
              updater: User
         | 
| 63 | 
            +
            }
         | 
| 64 | 
            +
             | 
| 65 | 
            +
            type ApplianceList {
         | 
| 66 | 
            +
              items: [Appliance!]
         | 
| 67 | 
            +
              total: Int
         | 
| 68 | 
            +
            }
         | 
| 69 | 
            +
             | 
| 70 | 
            +
            input AppliancePatch {
         | 
| 71 | 
            +
              brand: String
         | 
| 72 | 
            +
              description: String
         | 
| 73 | 
            +
              id: ID
         | 
| 74 | 
            +
              model: String
         | 
| 75 | 
            +
              name: String
         | 
| 76 | 
            +
              netmask: String
         | 
| 77 | 
            +
              serialNo: String
         | 
| 78 | 
            +
            }
         | 
| 79 | 
            +
             | 
| 80 | 
            +
            type Application {
         | 
| 81 | 
            +
              accessTokenUrl: String!
         | 
| 82 | 
            +
              appKey: String
         | 
| 83 | 
            +
              appSecret: String
         | 
| 84 | 
            +
              authUrl: String!
         | 
| 85 | 
            +
              availableScopes: String!
         | 
| 86 | 
            +
              createdAt: Timestamp
         | 
| 87 | 
            +
              creator: User
         | 
| 88 | 
            +
              description: String
         | 
| 89 | 
            +
              domain: Domain!
         | 
| 90 | 
            +
              email: String!
         | 
| 91 | 
            +
              icon: String
         | 
| 92 | 
            +
              id: ID!
         | 
| 93 | 
            +
              name: String!
         | 
| 94 | 
            +
              redirectUrl: String!
         | 
| 95 | 
            +
              status: String!
         | 
| 96 | 
            +
              type: String!
         | 
| 97 | 
            +
              updatedAt: Timestamp
         | 
| 98 | 
            +
              updater: User
         | 
| 99 | 
            +
              url: String!
         | 
| 100 | 
            +
              webhook: String
         | 
| 101 | 
            +
            }
         | 
| 102 | 
            +
             | 
| 103 | 
            +
            type ApplicationList {
         | 
| 104 | 
            +
              items: [Application!]
         | 
| 105 | 
            +
              total: Int
         | 
| 106 | 
            +
            }
         | 
| 107 | 
            +
             | 
| 108 | 
            +
            input ApplicationPatch {
         | 
| 109 | 
            +
              description: String
         | 
| 110 | 
            +
              email: String
         | 
| 111 | 
            +
              icon: String
         | 
| 112 | 
            +
              name: String
         | 
| 113 | 
            +
              redirectUrl: String
         | 
| 114 | 
            +
              type: ApplicationType
         | 
| 115 | 
            +
              url: String
         | 
| 116 | 
            +
              webhook: String
         | 
| 117 | 
            +
            }
         | 
| 118 | 
            +
             | 
| 119 | 
            +
            """state enumeration of a application"""
         | 
| 120 | 
            +
            enum ApplicationType {
         | 
| 121 | 
            +
              MMS
         | 
| 122 | 
            +
              OTHERS
         | 
| 123 | 
            +
              SELLERCRAFT
         | 
| 124 | 
            +
              SFTP
         | 
| 125 | 
            +
              XERO
         | 
| 126 | 
            +
              XILNEX
         | 
| 127 | 
            +
            }
         | 
| 128 | 
            +
             | 
| 129 | 
            +
            """Entity for ApprovalLine"""
         | 
| 130 | 
            +
            type ApprovalLine {
         | 
| 131 | 
            +
              createdAt: Timestamp
         | 
| 132 | 
            +
              creator: User
         | 
| 133 | 
            +
              description: String
         | 
| 134 | 
            +
              domain: Domain
         | 
| 135 | 
            +
              id: ID!
         | 
| 136 | 
            +
              model: [ApprovalLineItem!]
         | 
| 137 | 
            +
              name: String
         | 
| 138 | 
            +
              owner: ApprovalLineOwner
         | 
| 139 | 
            +
              ownerEmployee: Employee
         | 
| 140 | 
            +
              ownerType: String
         | 
| 141 | 
            +
              ownerValue: String
         | 
| 142 | 
            +
              updatedAt: Timestamp
         | 
| 143 | 
            +
              updater: User
         | 
| 144 | 
            +
            }
         | 
| 145 | 
            +
             | 
| 146 | 
            +
            """Entity for approval line item"""
         | 
| 147 | 
            +
            type ApprovalLineItem {
         | 
| 148 | 
            +
              approver: OrgMemberTarget
         | 
| 149 | 
            +
              type: String
         | 
| 150 | 
            +
              value: String
         | 
| 151 | 
            +
            }
         | 
| 152 | 
            +
             | 
| 153 | 
            +
            type ApprovalLineList {
         | 
| 154 | 
            +
              items: [ApprovalLine!]!
         | 
| 155 | 
            +
              total: Int!
         | 
| 156 | 
            +
            }
         | 
| 157 | 
            +
             | 
| 158 | 
            +
            type ApprovalLineOwner {
         | 
| 159 | 
            +
              controlNo: String
         | 
| 160 | 
            +
             | 
| 161 | 
            +
              """Field description"""
         | 
| 162 | 
            +
              description: String
         | 
| 163 | 
            +
             | 
| 164 | 
            +
              """Field id"""
         | 
| 165 | 
            +
              id: ID!
         | 
| 166 | 
            +
             | 
| 167 | 
            +
              """Field name"""
         | 
| 168 | 
            +
              name: String
         | 
| 169 | 
            +
            }
         | 
| 170 | 
            +
             | 
| 171 | 
            +
            """type enumeration of a approvalLineOwner"""
         | 
| 172 | 
            +
            enum ApprovalLineOwnerType {
         | 
| 173 | 
            +
              Common
         | 
| 174 | 
            +
              Employee
         | 
| 175 | 
            +
            }
         | 
| 176 | 
            +
             | 
| 177 | 
            +
            input ApprovalLinePatch {
         | 
| 178 | 
            +
              cuFlag: String
         | 
| 179 | 
            +
              description: String
         | 
| 180 | 
            +
              id: ID
         | 
| 181 | 
            +
              model: Object
         | 
| 182 | 
            +
              name: String
         | 
| 183 | 
            +
              owner: ObjectRefApprovalLineOwnerType
         | 
| 184 | 
            +
              ownerType: ApprovalLineOwnerType
         | 
| 185 | 
            +
            }
         | 
| 186 | 
            +
             | 
| 187 | 
            +
            type Attachment {
         | 
| 188 | 
            +
              category: String
         | 
| 189 | 
            +
              createdAt: Timestamp!
         | 
| 190 | 
            +
              creator: User
         | 
| 191 | 
            +
              description: String
         | 
| 192 | 
            +
              domain: Domain!
         | 
| 193 | 
            +
              encoding: String!
         | 
| 194 | 
            +
              fullpath: String!
         | 
| 195 | 
            +
              id: ID!
         | 
| 196 | 
            +
              mimetype: String!
         | 
| 197 | 
            +
              name: String!
         | 
| 198 | 
            +
              path: String!
         | 
| 199 | 
            +
              refBy: String
         | 
| 200 | 
            +
              refType: String
         | 
| 201 | 
            +
              size: String!
         | 
| 202 | 
            +
              updatedAt: Timestamp!
         | 
| 203 | 
            +
              updater: User
         | 
| 204 | 
            +
            }
         | 
| 205 | 
            +
             | 
| 206 | 
            +
            type AttachmentList {
         | 
| 207 | 
            +
              items: [Attachment!]!
         | 
| 208 | 
            +
              total: Int!
         | 
| 209 | 
            +
            }
         | 
| 210 | 
            +
             | 
| 211 | 
            +
            input AttachmentPatch {
         | 
| 212 | 
            +
              category: String
         | 
| 213 | 
            +
              description: String
         | 
| 214 | 
            +
              encoding: String
         | 
| 215 | 
            +
              file: Upload
         | 
| 216 | 
            +
              mimetype: String
         | 
| 217 | 
            +
              name: String
         | 
| 218 | 
            +
              refBy: String
         | 
| 219 | 
            +
              refType: String
         | 
| 220 | 
            +
            }
         | 
| 221 | 
            +
             | 
| 222 | 
            +
            """Entity for AttributeSet"""
         | 
| 223 | 
            +
            type AttributeSet {
         | 
| 224 | 
            +
              createdAt: Timestamp
         | 
| 225 | 
            +
              description: String
         | 
| 226 | 
            +
              entity: String
         | 
| 227 | 
            +
              id: ID!
         | 
| 228 | 
            +
              items: [AttributeSetItem!]
         | 
| 229 | 
            +
              updatedAt: Timestamp
         | 
| 230 | 
            +
            }
         | 
| 231 | 
            +
             | 
| 232 | 
            +
            """Entity for AttributeSetItem"""
         | 
| 233 | 
            +
            type AttributeSetItem {
         | 
| 234 | 
            +
              active: Boolean
         | 
| 235 | 
            +
              description: String
         | 
| 236 | 
            +
              hidden: Boolean
         | 
| 237 | 
            +
              name: String!
         | 
| 238 | 
            +
              options: Object
         | 
| 239 | 
            +
              tag: String
         | 
| 240 | 
            +
              type: String
         | 
| 241 | 
            +
            }
         | 
| 242 | 
            +
             | 
| 243 | 
            +
            input AttributeSetItemPatch {
         | 
| 244 | 
            +
              active: Boolean
         | 
| 245 | 
            +
              description: String
         | 
| 246 | 
            +
              hidden: Boolean
         | 
| 247 | 
            +
              name: String
         | 
| 248 | 
            +
              options: Object
         | 
| 249 | 
            +
              tag: String
         | 
| 250 | 
            +
              type: AttributeSetItemType
         | 
| 251 | 
            +
            }
         | 
| 252 | 
            +
             | 
| 253 | 
            +
            """type enumeration of a attribute-set-item"""
         | 
| 254 | 
            +
            enum AttributeSetItemType {
         | 
| 255 | 
            +
              boolean
         | 
| 256 | 
            +
              date
         | 
| 257 | 
            +
              datetime
         | 
| 258 | 
            +
              file
         | 
| 259 | 
            +
              number
         | 
| 260 | 
            +
              select
         | 
| 261 | 
            +
              text
         | 
| 262 | 
            +
            }
         | 
| 263 | 
            +
             | 
| 264 | 
            +
            type AttributeSetList {
         | 
| 265 | 
            +
              items: [AttributeSet!]!
         | 
| 266 | 
            +
              total: Int!
         | 
| 267 | 
            +
            }
         | 
| 268 | 
            +
             | 
| 269 | 
            +
            input AttributeSetPatch {
         | 
| 270 | 
            +
              cuFlag: String
         | 
| 271 | 
            +
              description: String
         | 
| 272 | 
            +
              entity: String
         | 
| 273 | 
            +
              id: ID
         | 
| 274 | 
            +
              items: [AttributeSetItemPatch!]
         | 
| 275 | 
            +
            }
         | 
| 276 | 
            +
             | 
| 277 | 
            +
            """Entity for Visualization Board"""
         | 
| 278 | 
            +
            type Board {
         | 
| 279 | 
            +
              createdAt: Timestamp
         | 
| 280 | 
            +
              creator: User
         | 
| 281 | 
            +
              deletedAt: Timestamp
         | 
| 282 | 
            +
              description: String
         | 
| 283 | 
            +
              domain: Domain
         | 
| 284 | 
            +
              group: Group
         | 
| 285 | 
            +
              id: ID
         | 
| 286 | 
            +
              model: String
         | 
| 287 | 
            +
              name: String!
         | 
| 288 | 
            +
              playGroups: [PlayGroup!]
         | 
| 289 | 
            +
              thumbnail: String
         | 
| 290 | 
            +
              updatedAt: Timestamp
         | 
| 291 | 
            +
              updater: User
         | 
| 292 | 
            +
              version: Float
         | 
| 293 | 
            +
            }
         | 
| 294 | 
            +
             | 
| 295 | 
            +
            type BoardFavorite {
         | 
| 296 | 
            +
              createdAt: Timestamp
         | 
| 297 | 
            +
              creator: User
         | 
| 298 | 
            +
              deletedAt: Timestamp
         | 
| 299 | 
            +
              description: String
         | 
| 300 | 
            +
              domain: Domain
         | 
| 301 | 
            +
              favoriteId: String
         | 
| 302 | 
            +
              group: Group
         | 
| 303 | 
            +
              id: ID
         | 
| 304 | 
            +
              model: String
         | 
| 305 | 
            +
              name: String!
         | 
| 306 | 
            +
              playGroups: [PlayGroup!]
         | 
| 307 | 
            +
              thumbnail: String
         | 
| 308 | 
            +
              updatedAt: Timestamp
         | 
| 309 | 
            +
              updater: User
         | 
| 310 | 
            +
              version: Float
         | 
| 311 | 
            +
            }
         | 
| 312 | 
            +
             | 
| 313 | 
            +
            type BoardFavoriteList {
         | 
| 314 | 
            +
              items: [BoardFavorite!]!
         | 
| 315 | 
            +
              total: Int!
         | 
| 316 | 
            +
            }
         | 
| 317 | 
            +
             | 
| 318 | 
            +
            type BoardList {
         | 
| 319 | 
            +
              items: [Board!]!
         | 
| 320 | 
            +
              total: Int!
         | 
| 321 | 
            +
            }
         | 
| 322 | 
            +
             | 
| 323 | 
            +
            input BoardPatch {
         | 
| 324 | 
            +
              description: String
         | 
| 325 | 
            +
              groupId: String
         | 
| 326 | 
            +
              model: String
         | 
| 327 | 
            +
              name: String
         | 
| 328 | 
            +
              thumbnail: String
         | 
| 329 | 
            +
            }
         | 
| 330 | 
            +
             | 
| 331 | 
            +
            """Entity for BoardTemplate"""
         | 
| 332 | 
            +
            type BoardTemplate {
         | 
| 333 | 
            +
              createdAt: Timestamp
         | 
| 334 | 
            +
              creator: User
         | 
| 335 | 
            +
              description: String
         | 
| 336 | 
            +
              domain: Domain
         | 
| 337 | 
            +
              id: ID!
         | 
| 338 | 
            +
              model: String
         | 
| 339 | 
            +
              name: String
         | 
| 340 | 
            +
              state: String
         | 
| 341 | 
            +
              thumbnail: String
         | 
| 342 | 
            +
              updatedAt: Timestamp
         | 
| 343 | 
            +
              updater: User
         | 
| 344 | 
            +
              version: Float
         | 
| 345 | 
            +
            }
         | 
| 346 | 
            +
             | 
| 347 | 
            +
            type BoardTemplateList {
         | 
| 348 | 
            +
              items: [BoardTemplate!]!
         | 
| 349 | 
            +
              total: Int!
         | 
| 350 | 
            +
            }
         | 
| 351 | 
            +
             | 
| 352 | 
            +
            input BoardTemplatePatch {
         | 
| 353 | 
            +
              cuFlag: String
         | 
| 354 | 
            +
              description: String
         | 
| 355 | 
            +
              id: ID
         | 
| 356 | 
            +
              model: String!
         | 
| 357 | 
            +
              name: String
         | 
| 358 | 
            +
              state: BoardTemplateStatus
         | 
| 359 | 
            +
              thumbnail: String
         | 
| 360 | 
            +
            }
         | 
| 361 | 
            +
             | 
| 362 | 
            +
            """state enumeration of a boardTemplate"""
         | 
| 363 | 
            +
            enum BoardTemplateStatus {
         | 
| 364 | 
            +
              DRAFT
         | 
| 365 | 
            +
              RELEASED
         | 
| 366 | 
            +
            }
         | 
| 367 | 
            +
             | 
| 368 | 
            +
            input ChatCompletionInput {
         | 
| 369 | 
            +
              content: String!
         | 
| 370 | 
            +
            }
         | 
| 371 | 
            +
             | 
| 372 | 
            +
            type ChatCompletionOutput {
         | 
| 373 | 
            +
              message: String
         | 
| 374 | 
            +
            }
         | 
| 375 | 
            +
             | 
| 376 | 
            +
            input CodeDecipherInput {
         | 
| 377 | 
            +
              code: String!
         | 
| 378 | 
            +
              language: String
         | 
| 379 | 
            +
              system: String
         | 
| 380 | 
            +
            }
         | 
| 381 | 
            +
             | 
| 382 | 
            +
            type CodeDecipherOutput {
         | 
| 383 | 
            +
              message: String
         | 
| 384 | 
            +
            }
         | 
| 385 | 
            +
             | 
| 386 | 
            +
            """Entity for CommonCode"""
         | 
| 387 | 
            +
            type CommonCode {
         | 
| 388 | 
            +
              createdAt: Timestamp
         | 
| 389 | 
            +
              creator: User
         | 
| 390 | 
            +
              description: String
         | 
| 391 | 
            +
              details: [CommonCodeDetail!]!
         | 
| 392 | 
            +
              domain: Domain
         | 
| 393 | 
            +
              id: ID!
         | 
| 394 | 
            +
              name: String!
         | 
| 395 | 
            +
              updatedAt: Timestamp
         | 
| 396 | 
            +
              updater: User
         | 
| 397 | 
            +
            }
         | 
| 398 | 
            +
             | 
| 399 | 
            +
            """Entity for CommonCodeDetail"""
         | 
| 400 | 
            +
            type CommonCodeDetail {
         | 
| 401 | 
            +
              commonCode: CommonCode
         | 
| 402 | 
            +
              createdAt: Timestamp
         | 
| 403 | 
            +
              creator: User
         | 
| 404 | 
            +
              description: String
         | 
| 405 | 
            +
              domain: Domain
         | 
| 406 | 
            +
              id: ID!
         | 
| 407 | 
            +
              name: String!
         | 
| 408 | 
            +
              rank: Float
         | 
| 409 | 
            +
              updatedAt: Timestamp
         | 
| 410 | 
            +
              updater: User
         | 
| 411 | 
            +
            }
         | 
| 412 | 
            +
             | 
| 413 | 
            +
            type CommonCodeDetailList {
         | 
| 414 | 
            +
              items: [CommonCodeDetail!]!
         | 
| 415 | 
            +
              total: Int!
         | 
| 416 | 
            +
            }
         | 
| 417 | 
            +
             | 
| 418 | 
            +
            input CommonCodeDetailPatch {
         | 
| 419 | 
            +
              commonCode: ObjectRef!
         | 
| 420 | 
            +
              cuFlag: String
         | 
| 421 | 
            +
              description: String
         | 
| 422 | 
            +
              id: ID
         | 
| 423 | 
            +
              name: String
         | 
| 424 | 
            +
              rank: Float
         | 
| 425 | 
            +
            }
         | 
| 426 | 
            +
             | 
| 427 | 
            +
            type CommonCodeList {
         | 
| 428 | 
            +
              items: [CommonCode!]!
         | 
| 429 | 
            +
              total: Int!
         | 
| 430 | 
            +
            }
         | 
| 431 | 
            +
             | 
| 432 | 
            +
            input CommonCodePatch {
         | 
| 433 | 
            +
              cuFlag: String
         | 
| 434 | 
            +
              description: String
         | 
| 435 | 
            +
              details: [String!]
         | 
| 436 | 
            +
              id: ID
         | 
| 437 | 
            +
              name: String
         | 
| 438 | 
            +
            }
         | 
| 439 | 
            +
             | 
| 440 | 
            +
            type Connection {
         | 
| 441 | 
            +
              active: Boolean
         | 
| 442 | 
            +
              createdAt: Timestamp
         | 
| 443 | 
            +
              creator: User
         | 
| 444 | 
            +
              description: String
         | 
| 445 | 
            +
              domain: Domain
         | 
| 446 | 
            +
              endpoint: String
         | 
| 447 | 
            +
              id: ID!
         | 
| 448 | 
            +
              name: String!
         | 
| 449 | 
            +
              params: String
         | 
| 450 | 
            +
              state: String
         | 
| 451 | 
            +
              type: String
         | 
| 452 | 
            +
              updatedAt: Timestamp
         | 
| 453 | 
            +
              updater: User
         | 
| 454 | 
            +
            }
         | 
| 455 | 
            +
             | 
| 456 | 
            +
            type ConnectionList {
         | 
| 457 | 
            +
              items: [Connection!]!
         | 
| 458 | 
            +
              total: Int!
         | 
| 459 | 
            +
            }
         | 
| 460 | 
            +
             | 
| 461 | 
            +
            input ConnectionPatch {
         | 
| 462 | 
            +
              active: Boolean
         | 
| 463 | 
            +
              cuFlag: String!
         | 
| 464 | 
            +
              description: String
         | 
| 465 | 
            +
              endpoint: String
         | 
| 466 | 
            +
              id: ID
         | 
| 467 | 
            +
              name: String
         | 
| 468 | 
            +
              params: String
         | 
| 469 | 
            +
              type: String
         | 
| 470 | 
            +
            }
         | 
| 471 | 
            +
             | 
| 472 | 
            +
            type ConnectionState {
         | 
| 473 | 
            +
              description: String
         | 
| 474 | 
            +
              domain: Domain
         | 
| 475 | 
            +
              id: String
         | 
| 476 | 
            +
              name: String
         | 
| 477 | 
            +
              state: String
         | 
| 478 | 
            +
              timestamp: Timestamp
         | 
| 479 | 
            +
              type: String
         | 
| 480 | 
            +
            }
         | 
| 481 | 
            +
             | 
| 482 | 
            +
            type ConnectorList {
         | 
| 483 | 
            +
              items: [ConnectorType!]!
         | 
| 484 | 
            +
              total: Int!
         | 
| 485 | 
            +
            }
         | 
| 486 | 
            +
             | 
| 487 | 
            +
            type ConnectorType {
         | 
| 488 | 
            +
              description: String
         | 
| 489 | 
            +
              help: String
         | 
| 490 | 
            +
              name: String!
         | 
| 491 | 
            +
              parameterSpec: [PropertySpec!]
         | 
| 492 | 
            +
              taskPrefixes: [String!]
         | 
| 493 | 
            +
            }
         | 
| 494 | 
            +
             | 
| 495 | 
            +
            """Entity for Contact"""
         | 
| 496 | 
            +
            type Contact {
         | 
| 497 | 
            +
              address: String
         | 
| 498 | 
            +
              company: String
         | 
| 499 | 
            +
              createdAt: Timestamp
         | 
| 500 | 
            +
              creator: User
         | 
| 501 | 
            +
              deletedAt: Timestamp
         | 
| 502 | 
            +
              department: String
         | 
| 503 | 
            +
              domain: Domain
         | 
| 504 | 
            +
              email: String
         | 
| 505 | 
            +
              id: ID!
         | 
| 506 | 
            +
              items: [ContactItem!]
         | 
| 507 | 
            +
              name: String
         | 
| 508 | 
            +
              note: String
         | 
| 509 | 
            +
              phone: String
         | 
| 510 | 
            +
              profile: Profile
         | 
| 511 | 
            +
              updatedAt: Timestamp
         | 
| 512 | 
            +
              updater: User
         | 
| 513 | 
            +
            }
         | 
| 514 | 
            +
             | 
| 515 | 
            +
            type ContactItem {
         | 
| 516 | 
            +
              label: String!
         | 
| 517 | 
            +
              type: String!
         | 
| 518 | 
            +
              value: String!
         | 
| 519 | 
            +
            }
         | 
| 520 | 
            +
             | 
| 521 | 
            +
            input ContactItemPatch {
         | 
| 522 | 
            +
              label: String!
         | 
| 523 | 
            +
              type: String!
         | 
| 524 | 
            +
              value: String!
         | 
| 525 | 
            +
            }
         | 
| 526 | 
            +
             | 
| 527 | 
            +
            type ContactList {
         | 
| 528 | 
            +
              items: [Contact!]!
         | 
| 529 | 
            +
              total: Int!
         | 
| 530 | 
            +
            }
         | 
| 531 | 
            +
             | 
| 532 | 
            +
            input ContactPatch {
         | 
| 533 | 
            +
              address: String
         | 
| 534 | 
            +
              company: String
         | 
| 535 | 
            +
              cuFlag: String
         | 
| 536 | 
            +
              department: String
         | 
| 537 | 
            +
              email: String
         | 
| 538 | 
            +
              id: ID
         | 
| 539 | 
            +
              items: [ContactItemPatch!]
         | 
| 540 | 
            +
              name: String
         | 
| 541 | 
            +
              note: String
         | 
| 542 | 
            +
              phone: String
         | 
| 543 | 
            +
              profile: ProfileInput
         | 
| 544 | 
            +
            }
         | 
| 545 | 
            +
             | 
| 546 | 
            +
            type Data {
         | 
| 547 | 
            +
              """Data delivered by subscription"""
         | 
| 548 | 
            +
              data: Object
         | 
| 549 | 
            +
             | 
| 550 | 
            +
              """The domain where the data originated"""
         | 
| 551 | 
            +
              domain: Domain
         | 
| 552 | 
            +
             | 
| 553 | 
            +
              """Tag name attached to data"""
         | 
| 554 | 
            +
              tag: String!
         | 
| 555 | 
            +
            }
         | 
| 556 | 
            +
             | 
| 557 | 
            +
            """Date custom scalar type"""
         | 
| 558 | 
            +
            scalar Date
         | 
| 559 | 
            +
             | 
| 560 | 
            +
            """Entity for Department"""
         | 
| 561 | 
            +
            type Department {
         | 
| 562 | 
            +
              active: Boolean
         | 
| 563 | 
            +
              children: [Department!]!
         | 
| 564 | 
            +
              controlNo: String!
         | 
| 565 | 
            +
              createdAt: Timestamp
         | 
| 566 | 
            +
              creator: User
         | 
| 567 | 
            +
              deletedAt: Timestamp
         | 
| 568 | 
            +
              description: String
         | 
| 569 | 
            +
              domain: Domain
         | 
| 570 | 
            +
              extension: String
         | 
| 571 | 
            +
              id: ID!
         | 
| 572 | 
            +
              manager: Employee
         | 
| 573 | 
            +
              members: [Employee!]!
         | 
| 574 | 
            +
              name: String
         | 
| 575 | 
            +
              parent: Department
         | 
| 576 | 
            +
              picture: String
         | 
| 577 | 
            +
              state: String
         | 
| 578 | 
            +
              updatedAt: Timestamp
         | 
| 579 | 
            +
              updater: User
         | 
| 580 | 
            +
              version: Float
         | 
| 581 | 
            +
            }
         | 
| 582 | 
            +
             | 
| 583 | 
            +
            type DepartmentList {
         | 
| 584 | 
            +
              items: [Department!]!
         | 
| 585 | 
            +
              total: Int!
         | 
| 586 | 
            +
            }
         | 
| 587 | 
            +
             | 
| 588 | 
            +
            input DepartmentPatch {
         | 
| 589 | 
            +
              active: Boolean
         | 
| 590 | 
            +
              controlNo: String
         | 
| 591 | 
            +
              cuFlag: String
         | 
| 592 | 
            +
              description: String
         | 
| 593 | 
            +
              id: ID
         | 
| 594 | 
            +
              manager: ObjectRefForEmployee
         | 
| 595 | 
            +
              name: String
         | 
| 596 | 
            +
              parent: ObjectRef
         | 
| 597 | 
            +
              picture: Upload
         | 
| 598 | 
            +
              state: DepartmentStatus
         | 
| 599 | 
            +
            }
         | 
| 600 | 
            +
             | 
| 601 | 
            +
            """state enumeration of a department"""
         | 
| 602 | 
            +
            enum DepartmentStatus {
         | 
| 603 | 
            +
              STATUS_A
         | 
| 604 | 
            +
              STATUS_B
         | 
| 605 | 
            +
            }
         | 
| 606 | 
            +
             | 
| 607 | 
            +
            type Domain {
         | 
| 608 | 
            +
              attributes: Object
         | 
| 609 | 
            +
              brandImage: String
         | 
| 610 | 
            +
              brandName: String
         | 
| 611 | 
            +
              children: Domain
         | 
| 612 | 
            +
              contentImage: String
         | 
| 613 | 
            +
              createdAt: Timestamp
         | 
| 614 | 
            +
              description: String
         | 
| 615 | 
            +
              extType: String
         | 
| 616 | 
            +
              id: ID!
         | 
| 617 | 
            +
              name: String!
         | 
| 618 | 
            +
              owner: String
         | 
| 619 | 
            +
              ownerUser: User
         | 
| 620 | 
            +
              parent: Domain
         | 
| 621 | 
            +
              subdomain: String
         | 
| 622 | 
            +
              systemFlag: Boolean
         | 
| 623 | 
            +
              theme: String
         | 
| 624 | 
            +
              timezone: String
         | 
| 625 | 
            +
              updatedAt: Timestamp
         | 
| 626 | 
            +
            }
         | 
| 627 | 
            +
             | 
| 628 | 
            +
            input DomainGeneratorInput {
         | 
| 629 | 
            +
              description: String
         | 
| 630 | 
            +
              name: String!
         | 
| 631 | 
            +
            }
         | 
| 632 | 
            +
             | 
| 633 | 
            +
            input DomainInput {
         | 
| 634 | 
            +
              description: String
         | 
| 635 | 
            +
              name: String!
         | 
| 636 | 
            +
            }
         | 
| 637 | 
            +
             | 
| 638 | 
            +
            type DomainList {
         | 
| 639 | 
            +
              items: [Domain!]
         | 
| 640 | 
            +
              total: Int
         | 
| 641 | 
            +
            }
         | 
| 642 | 
            +
             | 
| 643 | 
            +
            input DomainPatch {
         | 
| 644 | 
            +
              attributes: Object
         | 
| 645 | 
            +
              brandImage: String
         | 
| 646 | 
            +
              brandName: String
         | 
| 647 | 
            +
              contentImage: String
         | 
| 648 | 
            +
              description: String
         | 
| 649 | 
            +
              id: String
         | 
| 650 | 
            +
              name: String
         | 
| 651 | 
            +
              owner: String
         | 
| 652 | 
            +
              parent: ObjectRef
         | 
| 653 | 
            +
              subdomain: String
         | 
| 654 | 
            +
              systemFlag: Boolean
         | 
| 655 | 
            +
              theme: String
         | 
| 656 | 
            +
              timezone: String
         | 
| 657 | 
            +
            }
         | 
| 658 | 
            +
             | 
| 659 | 
            +
            input DomainUserRoleInput {
         | 
| 660 | 
            +
              domain: DomainInput!
         | 
| 661 | 
            +
              roles: [NewRole!]!
         | 
| 662 | 
            +
              users: [NewUserByDomainWizardInput!]!
         | 
| 663 | 
            +
            }
         | 
| 664 | 
            +
             | 
| 665 | 
            +
            """Entity for Employee"""
         | 
| 666 | 
            +
            type Employee {
         | 
| 667 | 
            +
              active: Boolean
         | 
| 668 | 
            +
              address: String!
         | 
| 669 | 
            +
              alias: String
         | 
| 670 | 
            +
              approvalLines: [ApprovalLine!]!
         | 
| 671 | 
            +
              contact: Contact
         | 
| 672 | 
            +
              controlNo: String!
         | 
| 673 | 
            +
              createdAt: Timestamp
         | 
| 674 | 
            +
              creator: User
         | 
| 675 | 
            +
              deletedAt: Timestamp
         | 
| 676 | 
            +
              department: Department
         | 
| 677 | 
            +
              domain: Domain
         | 
| 678 | 
            +
              email: String
         | 
| 679 | 
            +
              extension: String
         | 
| 680 | 
            +
              hiredOn: String
         | 
| 681 | 
            +
              id: ID!
         | 
| 682 | 
            +
              jobPosition: String
         | 
| 683 | 
            +
              jobResponsibility: String
         | 
| 684 | 
            +
              manages: [Department!]!
         | 
| 685 | 
            +
              name: String
         | 
| 686 | 
            +
              note: String
         | 
| 687 | 
            +
              phone: String
         | 
| 688 | 
            +
              photo: String
         | 
| 689 | 
            +
              profile: Profile
         | 
| 690 | 
            +
              retiredAt: String
         | 
| 691 | 
            +
              supervises: [Employee!]!
         | 
| 692 | 
            +
              supervisor: Employee
         | 
| 693 | 
            +
              type: String
         | 
| 694 | 
            +
              updatedAt: Timestamp
         | 
| 695 | 
            +
              updater: User
         | 
| 696 | 
            +
              user: User
         | 
| 697 | 
            +
              version: Float
         | 
| 698 | 
            +
            }
         | 
| 699 | 
            +
             | 
| 700 | 
            +
            type EmployeeList {
         | 
| 701 | 
            +
              items: [Employee!]!
         | 
| 702 | 
            +
              total: Int!
         | 
| 703 | 
            +
            }
         | 
| 704 | 
            +
             | 
| 705 | 
            +
            input EmployeePatch {
         | 
| 706 | 
            +
              active: Boolean
         | 
| 707 | 
            +
              alias: String
         | 
| 708 | 
            +
              controlNo: String
         | 
| 709 | 
            +
              cuFlag: String
         | 
| 710 | 
            +
              department: ObjectRef
         | 
| 711 | 
            +
              hiredOn: String
         | 
| 712 | 
            +
              id: ID
         | 
| 713 | 
            +
              jobPosition: String
         | 
| 714 | 
            +
              jobResponsibility: String
         | 
| 715 | 
            +
              name: String
         | 
| 716 | 
            +
              note: String
         | 
| 717 | 
            +
              photo: Upload
         | 
| 718 | 
            +
              retiredAt: String
         | 
| 719 | 
            +
              supervisor: ObjectRefForEmployee
         | 
| 720 | 
            +
              type: EmployeeType
         | 
| 721 | 
            +
              user: ObjectRefForUser
         | 
| 722 | 
            +
            }
         | 
| 723 | 
            +
             | 
| 724 | 
            +
            """type enumeration of a employee"""
         | 
| 725 | 
            +
            enum EmployeeType {
         | 
| 726 | 
            +
              FULLTIME
         | 
| 727 | 
            +
              PARTTIME
         | 
| 728 | 
            +
              TEMPORARY
         | 
| 729 | 
            +
            }
         | 
| 730 | 
            +
             | 
| 731 | 
            +
            """Entity for Entity"""
         | 
| 732 | 
            +
            type Entity {
         | 
| 733 | 
            +
              active: Boolean
         | 
| 734 | 
            +
              association: String
         | 
| 735 | 
            +
              bundle: String!
         | 
| 736 | 
            +
              children: [Entity!]
         | 
| 737 | 
            +
              columns: [EntityColumn!]
         | 
| 738 | 
            +
              createdAt: Timestamp
         | 
| 739 | 
            +
              creator: User
         | 
| 740 | 
            +
              dataProp: String
         | 
| 741 | 
            +
              delStrategy: String
         | 
| 742 | 
            +
              description: String
         | 
| 743 | 
            +
              domain: Domain
         | 
| 744 | 
            +
              extEntity: Boolean
         | 
| 745 | 
            +
              fixedColumns: Float
         | 
| 746 | 
            +
              id: ID!
         | 
| 747 | 
            +
              idField: String
         | 
| 748 | 
            +
              idType: String
         | 
| 749 | 
            +
              master: Entity
         | 
| 750 | 
            +
              multiSaveUrl: String
         | 
| 751 | 
            +
              name: String!
         | 
| 752 | 
            +
              refField: String
         | 
| 753 | 
            +
              searchUrl: String
         | 
| 754 | 
            +
              tableName: String!
         | 
| 755 | 
            +
              titleField: String
         | 
| 756 | 
            +
              updatedAt: Timestamp
         | 
| 757 | 
            +
              updater: User
         | 
| 758 | 
            +
            }
         | 
| 759 | 
            +
             | 
| 760 | 
            +
            """Entity for EntityColumn"""
         | 
| 761 | 
            +
            type EntityColumn {
         | 
| 762 | 
            +
              colSize: Float
         | 
| 763 | 
            +
              colType: String!
         | 
| 764 | 
            +
              createdAt: Timestamp
         | 
| 765 | 
            +
              creator: User
         | 
| 766 | 
            +
              defVal: String
         | 
| 767 | 
            +
              description: String
         | 
| 768 | 
            +
              domain: Domain
         | 
| 769 | 
            +
              entity: Entity!
         | 
| 770 | 
            +
              formEditor: String
         | 
| 771 | 
            +
              formFormat: String
         | 
| 772 | 
            +
              formValidator: String
         | 
| 773 | 
            +
              gridAlign: String
         | 
| 774 | 
            +
              gridEditor: String
         | 
| 775 | 
            +
              gridFormat: String
         | 
| 776 | 
            +
              gridRank: Float
         | 
| 777 | 
            +
              gridValidator: String
         | 
| 778 | 
            +
              gridWidth: Float
         | 
| 779 | 
            +
              id: ID!
         | 
| 780 | 
            +
              ignoreOnSav: Boolean
         | 
| 781 | 
            +
              name: String!
         | 
| 782 | 
            +
              nullable: Boolean
         | 
| 783 | 
            +
              rangeVal: String
         | 
| 784 | 
            +
              rank: Float
         | 
| 785 | 
            +
              refName: String
         | 
| 786 | 
            +
              refParams: String
         | 
| 787 | 
            +
              refRelated: String
         | 
| 788 | 
            +
              refType: String
         | 
| 789 | 
            +
              refUrl: String
         | 
| 790 | 
            +
              reverseSort: Boolean
         | 
| 791 | 
            +
              searchEditor: String
         | 
| 792 | 
            +
              searchInitVal: String
         | 
| 793 | 
            +
              searchName: String
         | 
| 794 | 
            +
              searchOper: String
         | 
| 795 | 
            +
              searchRank: Float
         | 
| 796 | 
            +
              sortRank: Float
         | 
| 797 | 
            +
              term: String
         | 
| 798 | 
            +
              uniqRank: Float
         | 
| 799 | 
            +
              updatedAt: Timestamp
         | 
| 800 | 
            +
              updater: User
         | 
| 801 | 
            +
              virtualField: Boolean
         | 
| 802 | 
            +
            }
         | 
| 803 | 
            +
             | 
| 804 | 
            +
            type EntityColumnList {
         | 
| 805 | 
            +
              items: [EntityColumn!]!
         | 
| 806 | 
            +
              total: Int!
         | 
| 807 | 
            +
            }
         | 
| 808 | 
            +
             | 
| 809 | 
            +
            """EntityColumn of Entity"""
         | 
| 810 | 
            +
            type EntityColumnMetadata {
         | 
| 811 | 
            +
              enum: [Any!]
         | 
| 812 | 
            +
              generatedType: String
         | 
| 813 | 
            +
              isArray: Boolean
         | 
| 814 | 
            +
              isNullable: Boolean!
         | 
| 815 | 
            +
              isPrimary: Boolean
         | 
| 816 | 
            +
              isReadonly: Boolean
         | 
| 817 | 
            +
              isUpdateDate: Boolean
         | 
| 818 | 
            +
              isVersion: Boolean
         | 
| 819 | 
            +
              length: Float
         | 
| 820 | 
            +
              propertyName: String!
         | 
| 821 | 
            +
              referenceColumn: Any
         | 
| 822 | 
            +
              relationMetadata: EntityRelationMetadata
         | 
| 823 | 
            +
              target: Any
         | 
| 824 | 
            +
              type: Any!
         | 
| 825 | 
            +
              width: Int
         | 
| 826 | 
            +
            }
         | 
| 827 | 
            +
             | 
| 828 | 
            +
            input EntityColumnPatch {
         | 
| 829 | 
            +
              colSize: Int
         | 
| 830 | 
            +
              colType: String
         | 
| 831 | 
            +
              cuFlag: String
         | 
| 832 | 
            +
              defVal: String
         | 
| 833 | 
            +
              description: String
         | 
| 834 | 
            +
              entity: ObjectRef
         | 
| 835 | 
            +
              formEditor: String
         | 
| 836 | 
            +
              formFormat: String
         | 
| 837 | 
            +
              formValidator: String
         | 
| 838 | 
            +
              gridAlign: String
         | 
| 839 | 
            +
              gridEditor: String
         | 
| 840 | 
            +
              gridFormat: String
         | 
| 841 | 
            +
              gridRank: Int
         | 
| 842 | 
            +
              gridValidator: String
         | 
| 843 | 
            +
              gridWidth: Int
         | 
| 844 | 
            +
              id: ID
         | 
| 845 | 
            +
              ignoreOnSav: Boolean
         | 
| 846 | 
            +
              name: String
         | 
| 847 | 
            +
              nullable: Boolean
         | 
| 848 | 
            +
              rangeVal: String
         | 
| 849 | 
            +
              rank: Int
         | 
| 850 | 
            +
              refName: String
         | 
| 851 | 
            +
              refParams: String
         | 
| 852 | 
            +
              refRelated: String
         | 
| 853 | 
            +
              refType: String
         | 
| 854 | 
            +
              refUrl: String
         | 
| 855 | 
            +
              reverseSort: Boolean
         | 
| 856 | 
            +
              searchEditor: String
         | 
| 857 | 
            +
              searchInitVal: String
         | 
| 858 | 
            +
              searchName: String
         | 
| 859 | 
            +
              searchOper: String
         | 
| 860 | 
            +
              searchRank: Int
         | 
| 861 | 
            +
              sortRank: Float
         | 
| 862 | 
            +
              term: String
         | 
| 863 | 
            +
              uniqRank: Int
         | 
| 864 | 
            +
              virtualField: Boolean
         | 
| 865 | 
            +
            }
         | 
| 866 | 
            +
             | 
| 867 | 
            +
            type EntityList {
         | 
| 868 | 
            +
              items: [Entity!]!
         | 
| 869 | 
            +
              total: Int!
         | 
| 870 | 
            +
            }
         | 
| 871 | 
            +
             | 
| 872 | 
            +
            """Entity for EntityMetadata"""
         | 
| 873 | 
            +
            type EntityMetadata {
         | 
| 874 | 
            +
              columns: [EntityColumnMetadata!]
         | 
| 875 | 
            +
              name: String!
         | 
| 876 | 
            +
            }
         | 
| 877 | 
            +
             | 
| 878 | 
            +
            input EntityPatch {
         | 
| 879 | 
            +
              active: Boolean
         | 
| 880 | 
            +
              association: String
         | 
| 881 | 
            +
              bundle: String
         | 
| 882 | 
            +
              children: [String!]
         | 
| 883 | 
            +
              columns: [String!]
         | 
| 884 | 
            +
              cuFlag: String
         | 
| 885 | 
            +
              dataProp: String
         | 
| 886 | 
            +
              delStrategy: String
         | 
| 887 | 
            +
              description: String
         | 
| 888 | 
            +
              extEntity: Boolean
         | 
| 889 | 
            +
              fixedColumns: Int
         | 
| 890 | 
            +
              id: ID
         | 
| 891 | 
            +
              idField: String
         | 
| 892 | 
            +
              idType: String
         | 
| 893 | 
            +
              master: String
         | 
| 894 | 
            +
              multiSaveUrl: String
         | 
| 895 | 
            +
              name: String
         | 
| 896 | 
            +
              refField: String
         | 
| 897 | 
            +
              searchUrl: String
         | 
| 898 | 
            +
              tableName: String
         | 
| 899 | 
            +
              titleField: String
         | 
| 900 | 
            +
            }
         | 
| 901 | 
            +
             | 
| 902 | 
            +
            """RelationType of EntityColumn"""
         | 
| 903 | 
            +
            type EntityRelationMetadata {
         | 
| 904 | 
            +
              isManyToOne: Boolean
         | 
| 905 | 
            +
              isOneToMany: Boolean
         | 
| 906 | 
            +
              isOneToOne: Boolean
         | 
| 907 | 
            +
              joinColumns: [EntityColumnMetadata!]
         | 
| 908 | 
            +
              joinTableName: String
         | 
| 909 | 
            +
              relationType: Boolean
         | 
| 910 | 
            +
            }
         | 
| 911 | 
            +
             | 
| 912 | 
            +
            """Entity for Favorite"""
         | 
| 913 | 
            +
            type Favorite {
         | 
| 914 | 
            +
              createdAt: Timestamp
         | 
| 915 | 
            +
              creator: User
         | 
| 916 | 
            +
              domain: Domain!
         | 
| 917 | 
            +
              id: ID!
         | 
| 918 | 
            +
              routing: String!
         | 
| 919 | 
            +
              updatedAt: Timestamp
         | 
| 920 | 
            +
              updater: User
         | 
| 921 | 
            +
              user: User!
         | 
| 922 | 
            +
            }
         | 
| 923 | 
            +
             | 
| 924 | 
            +
            type FavoriteList {
         | 
| 925 | 
            +
              items: [Favorite!]!
         | 
| 926 | 
            +
              total: Int!
         | 
| 927 | 
            +
            }
         | 
| 928 | 
            +
             | 
| 929 | 
            +
            input Filter {
         | 
| 930 | 
            +
              name: String!
         | 
| 931 | 
            +
              operator: String!
         | 
| 932 | 
            +
              relation: Boolean
         | 
| 933 | 
            +
              value: Any
         | 
| 934 | 
            +
            }
         | 
| 935 | 
            +
             | 
| 936 | 
            +
            """Entity for Font"""
         | 
| 937 | 
            +
            type Font {
         | 
| 938 | 
            +
              active: Boolean!
         | 
| 939 | 
            +
              createdAt: Timestamp
         | 
| 940 | 
            +
              creator: User
         | 
| 941 | 
            +
              domain: Domain
         | 
| 942 | 
            +
              files: [Attachment!]
         | 
| 943 | 
            +
              id: ID!
         | 
| 944 | 
            +
              name: String!
         | 
| 945 | 
            +
              path: String
         | 
| 946 | 
            +
              provider: String!
         | 
| 947 | 
            +
              updatedAt: Timestamp
         | 
| 948 | 
            +
              updater: User
         | 
| 949 | 
            +
              uri: String
         | 
| 950 | 
            +
            }
         | 
| 951 | 
            +
             | 
| 952 | 
            +
            type FontList {
         | 
| 953 | 
            +
              items: [Font!]!
         | 
| 954 | 
            +
              total: Int!
         | 
| 955 | 
            +
            }
         | 
| 956 | 
            +
             | 
| 957 | 
            +
            input FontPatch {
         | 
| 958 | 
            +
              active: Boolean
         | 
| 959 | 
            +
              files: [Upload!]
         | 
| 960 | 
            +
              name: String
         | 
| 961 | 
            +
              path: String
         | 
| 962 | 
            +
              provider: String
         | 
| 963 | 
            +
              uri: String
         | 
| 964 | 
            +
            }
         | 
| 965 | 
            +
             | 
| 966 | 
            +
            type GrantedRole {
         | 
| 967 | 
            +
              domain: Domain!
         | 
| 968 | 
            +
              id: ID!
         | 
| 969 | 
            +
              role: Role!
         | 
| 970 | 
            +
            }
         | 
| 971 | 
            +
             | 
| 972 | 
            +
            """Entity for Board Management Group"""
         | 
| 973 | 
            +
            type Group {
         | 
| 974 | 
            +
              boards: [Board!]
         | 
| 975 | 
            +
              createdAt: Timestamp
         | 
| 976 | 
            +
              creator: User
         | 
| 977 | 
            +
              description: String
         | 
| 978 | 
            +
              domain: Domain
         | 
| 979 | 
            +
              id: ID!
         | 
| 980 | 
            +
              name: String!
         | 
| 981 | 
            +
              updatedAt: Timestamp
         | 
| 982 | 
            +
              updater: User
         | 
| 983 | 
            +
            }
         | 
| 984 | 
            +
             | 
| 985 | 
            +
            type GroupList {
         | 
| 986 | 
            +
              items: [Group!]!
         | 
| 987 | 
            +
              total: Int!
         | 
| 988 | 
            +
            }
         | 
| 989 | 
            +
             | 
| 990 | 
            +
            input GroupPatch {
         | 
| 991 | 
            +
              description: String
         | 
| 992 | 
            +
              name: String
         | 
| 993 | 
            +
            }
         | 
| 994 | 
            +
             | 
| 995 | 
            +
            input ImageCompletionInput {
         | 
| 996 | 
            +
              count: Float!
         | 
| 997 | 
            +
              description: String!
         | 
| 998 | 
            +
              size: String!
         | 
| 999 | 
            +
            }
         | 
| 1000 | 
            +
             | 
| 1001 | 
            +
            type ImageCompletionOutput {
         | 
| 1002 | 
            +
              images: String
         | 
| 1003 | 
            +
            }
         | 
| 1004 | 
            +
             | 
| 1005 | 
            +
            enum InheritedValueType {
         | 
| 1006 | 
            +
              Include
         | 
| 1007 | 
            +
              None
         | 
| 1008 | 
            +
              Only
         | 
| 1009 | 
            +
            }
         | 
| 1010 | 
            +
             | 
| 1011 | 
            +
            type Invitation {
         | 
| 1012 | 
            +
              createdAt: Timestamp
         | 
| 1013 | 
            +
              creator: User
         | 
| 1014 | 
            +
              email: String!
         | 
| 1015 | 
            +
              id: ID!
         | 
| 1016 | 
            +
              reference: String!
         | 
| 1017 | 
            +
              token: String!
         | 
| 1018 | 
            +
              type: String!
         | 
| 1019 | 
            +
              updatedAt: Timestamp
         | 
| 1020 | 
            +
              updater: User
         | 
| 1021 | 
            +
            }
         | 
| 1022 | 
            +
             | 
| 1023 | 
            +
            type InvitationList {
         | 
| 1024 | 
            +
              items: [Invitation!]
         | 
| 1025 | 
            +
              total: Int
         | 
| 1026 | 
            +
            }
         | 
| 1027 | 
            +
             | 
| 1028 | 
            +
            type Log {
         | 
| 1029 | 
            +
              """log level (error, warning, info, ..)"""
         | 
| 1030 | 
            +
              level: String!
         | 
| 1031 | 
            +
             | 
| 1032 | 
            +
              """log body message"""
         | 
| 1033 | 
            +
              message: String!
         | 
| 1034 | 
            +
             | 
| 1035 | 
            +
              """the source of the log"""
         | 
| 1036 | 
            +
              source: Object!
         | 
| 1037 | 
            +
             | 
| 1038 | 
            +
              """timestamp the log occurred"""
         | 
| 1039 | 
            +
              timestamp: String!
         | 
| 1040 | 
            +
            }
         | 
| 1041 | 
            +
             | 
| 1042 | 
            +
            type LoginHistory {
         | 
| 1043 | 
            +
              accessDomain: Domain!
         | 
| 1044 | 
            +
              accessUser: User!
         | 
| 1045 | 
            +
              accessedAt: Timestamp
         | 
| 1046 | 
            +
              accessorIp: String
         | 
| 1047 | 
            +
              id: ID!
         | 
| 1048 | 
            +
            }
         | 
| 1049 | 
            +
             | 
| 1050 | 
            +
            type LoginHistoryList {
         | 
| 1051 | 
            +
              items: [LoginHistory!]!
         | 
| 1052 | 
            +
              total: Int!
         | 
| 1053 | 
            +
            }
         | 
| 1054 | 
            +
             | 
| 1055 | 
            +
            """Entity for Menu"""
         | 
| 1056 | 
            +
            type Menu {
         | 
| 1057 | 
            +
              buttons: [MenuButton!]!
         | 
| 1058 | 
            +
              category: String
         | 
| 1059 | 
            +
              children: [Menu!]!
         | 
| 1060 | 
            +
              columns: [MenuColumn!]!
         | 
| 1061 | 
            +
              createdAt: Timestamp
         | 
| 1062 | 
            +
              creator: User
         | 
| 1063 | 
            +
              description: String
         | 
| 1064 | 
            +
              detailFormId: String
         | 
| 1065 | 
            +
              detailLayout: String
         | 
| 1066 | 
            +
              domain: Domain
         | 
| 1067 | 
            +
              fixedColumns: Float
         | 
| 1068 | 
            +
              gridSaveUrl: String
         | 
| 1069 | 
            +
              hiddenFlag: Boolean
         | 
| 1070 | 
            +
              iconPath: String
         | 
| 1071 | 
            +
              id: ID!
         | 
| 1072 | 
            +
              idField: String
         | 
| 1073 | 
            +
              itemsProp: String
         | 
| 1074 | 
            +
              menuType: String
         | 
| 1075 | 
            +
              name: String
         | 
| 1076 | 
            +
              pagination: Boolean
         | 
| 1077 | 
            +
              parent: Menu
         | 
| 1078 | 
            +
              rank: Float
         | 
| 1079 | 
            +
              resourceId: String
         | 
| 1080 | 
            +
              resourceName: String
         | 
| 1081 | 
            +
              resourceType: String
         | 
| 1082 | 
            +
              resourceUrl: String
         | 
| 1083 | 
            +
              role: Role
         | 
| 1084 | 
            +
              roles: [Role!]
         | 
| 1085 | 
            +
              routing: String
         | 
| 1086 | 
            +
              routingType: String
         | 
| 1087 | 
            +
              template: String
         | 
| 1088 | 
            +
              titleField: String
         | 
| 1089 | 
            +
              totalProp: String
         | 
| 1090 | 
            +
              updatedAt: Timestamp
         | 
| 1091 | 
            +
              updater: User
         | 
| 1092 | 
            +
            }
         | 
| 1093 | 
            +
             | 
| 1094 | 
            +
            """Entity for MenuButton"""
         | 
| 1095 | 
            +
            type MenuButton {
         | 
| 1096 | 
            +
              auth: String
         | 
| 1097 | 
            +
              createdAt: Timestamp
         | 
| 1098 | 
            +
              creator: User
         | 
| 1099 | 
            +
              domain: Domain
         | 
| 1100 | 
            +
              icon: String
         | 
| 1101 | 
            +
              id: ID!
         | 
| 1102 | 
            +
              logic: String
         | 
| 1103 | 
            +
              menu: Menu
         | 
| 1104 | 
            +
              rank: Float
         | 
| 1105 | 
            +
              style: String
         | 
| 1106 | 
            +
              text: String
         | 
| 1107 | 
            +
              updatedAt: Timestamp
         | 
| 1108 | 
            +
              updater: User
         | 
| 1109 | 
            +
            }
         | 
| 1110 | 
            +
             | 
| 1111 | 
            +
            type MenuButtonList {
         | 
| 1112 | 
            +
              items: [MenuButton!]!
         | 
| 1113 | 
            +
              total: Int!
         | 
| 1114 | 
            +
            }
         | 
| 1115 | 
            +
             | 
| 1116 | 
            +
            input MenuButtonPatch {
         | 
| 1117 | 
            +
              auth: String
         | 
| 1118 | 
            +
              icon: String
         | 
| 1119 | 
            +
              logic: String
         | 
| 1120 | 
            +
              menu: String
         | 
| 1121 | 
            +
              rank: Int
         | 
| 1122 | 
            +
              style: String
         | 
| 1123 | 
            +
              text: String
         | 
| 1124 | 
            +
            }
         | 
| 1125 | 
            +
             | 
| 1126 | 
            +
            """Entity for MenuColumn"""
         | 
| 1127 | 
            +
            type MenuColumn {
         | 
| 1128 | 
            +
              colSize: Float
         | 
| 1129 | 
            +
              colType: String
         | 
| 1130 | 
            +
              createdAt: Timestamp
         | 
| 1131 | 
            +
              creator: User
         | 
| 1132 | 
            +
              defVal: String
         | 
| 1133 | 
            +
              description: String
         | 
| 1134 | 
            +
              domain: Domain
         | 
| 1135 | 
            +
              extField: Boolean
         | 
| 1136 | 
            +
              formEditor: String
         | 
| 1137 | 
            +
              formFormat: String
         | 
| 1138 | 
            +
              formValidator: String
         | 
| 1139 | 
            +
              gridAlign: String
         | 
| 1140 | 
            +
              gridEditor: String
         | 
| 1141 | 
            +
              gridFormat: String
         | 
| 1142 | 
            +
              gridRank: Float
         | 
| 1143 | 
            +
              gridValidator: String
         | 
| 1144 | 
            +
              gridWidth: Float
         | 
| 1145 | 
            +
              id: ID!
         | 
| 1146 | 
            +
              ignoreOnSave: Boolean
         | 
| 1147 | 
            +
              menu: Menu
         | 
| 1148 | 
            +
              name: String!
         | 
| 1149 | 
            +
              nullable: Boolean
         | 
| 1150 | 
            +
              rangeVal: String
         | 
| 1151 | 
            +
              rank: Float
         | 
| 1152 | 
            +
              refName: String
         | 
| 1153 | 
            +
              refParams: String
         | 
| 1154 | 
            +
              refRelated: String
         | 
| 1155 | 
            +
              refType: String
         | 
| 1156 | 
            +
              refUrl: String
         | 
| 1157 | 
            +
              reverseSort: Boolean
         | 
| 1158 | 
            +
              searchEditor: String
         | 
| 1159 | 
            +
              searchInitVal: String
         | 
| 1160 | 
            +
              searchName: String
         | 
| 1161 | 
            +
              searchOper: String
         | 
| 1162 | 
            +
              searchRank: Float
         | 
| 1163 | 
            +
              sortRank: Float
         | 
| 1164 | 
            +
              term: String
         | 
| 1165 | 
            +
              uniqRank: Float
         | 
| 1166 | 
            +
              updatedAt: Timestamp
         | 
| 1167 | 
            +
              updater: User
         | 
| 1168 | 
            +
              virtualField: Boolean
         | 
| 1169 | 
            +
            }
         | 
| 1170 | 
            +
             | 
| 1171 | 
            +
            type MenuColumnList {
         | 
| 1172 | 
            +
              items: [MenuColumn!]!
         | 
| 1173 | 
            +
              total: Int!
         | 
| 1174 | 
            +
            }
         | 
| 1175 | 
            +
             | 
| 1176 | 
            +
            input MenuColumnPatch {
         | 
| 1177 | 
            +
              colSize: Int
         | 
| 1178 | 
            +
              colType: String
         | 
| 1179 | 
            +
              defVal: String
         | 
| 1180 | 
            +
              description: String
         | 
| 1181 | 
            +
              extField: Boolean
         | 
| 1182 | 
            +
              formEditor: String
         | 
| 1183 | 
            +
              formFormat: String
         | 
| 1184 | 
            +
              formValidator: String
         | 
| 1185 | 
            +
              gridAlign: String
         | 
| 1186 | 
            +
              gridEditor: String
         | 
| 1187 | 
            +
              gridFormat: String
         | 
| 1188 | 
            +
              gridRank: Int
         | 
| 1189 | 
            +
              gridValidator: String
         | 
| 1190 | 
            +
              gridWidth: Int
         | 
| 1191 | 
            +
              ignoreOnSave: Boolean
         | 
| 1192 | 
            +
              menu: String
         | 
| 1193 | 
            +
              name: String
         | 
| 1194 | 
            +
              nullable: Boolean
         | 
| 1195 | 
            +
              rangeVal: String
         | 
| 1196 | 
            +
              rank: Int
         | 
| 1197 | 
            +
              refName: String
         | 
| 1198 | 
            +
              refParams: String
         | 
| 1199 | 
            +
              refRelated: String
         | 
| 1200 | 
            +
              refType: String
         | 
| 1201 | 
            +
              refUrl: String
         | 
| 1202 | 
            +
              reverseSort: Boolean
         | 
| 1203 | 
            +
              searchEditor: String
         | 
| 1204 | 
            +
              searchInitVal: String
         | 
| 1205 | 
            +
              searchName: String
         | 
| 1206 | 
            +
              searchOper: String
         | 
| 1207 | 
            +
              searchRank: Int
         | 
| 1208 | 
            +
              sortRank: Int
         | 
| 1209 | 
            +
              term: String
         | 
| 1210 | 
            +
              uniqRank: Int
         | 
| 1211 | 
            +
              virtualField: Boolean
         | 
| 1212 | 
            +
            }
         | 
| 1213 | 
            +
             | 
| 1214 | 
            +
            """Entity for MenuDetail"""
         | 
| 1215 | 
            +
            type MenuDetail {
         | 
| 1216 | 
            +
              association: String
         | 
| 1217 | 
            +
              buttons: [MenuDetailButton!]
         | 
| 1218 | 
            +
              columns: [MenuDetailColumn!]
         | 
| 1219 | 
            +
              createdAt: Timestamp
         | 
| 1220 | 
            +
              creator: User
         | 
| 1221 | 
            +
              customView: String
         | 
| 1222 | 
            +
              dataProp: String
         | 
| 1223 | 
            +
              domain: Domain
         | 
| 1224 | 
            +
              entityId: String
         | 
| 1225 | 
            +
              id: ID!
         | 
| 1226 | 
            +
              masterField: String
         | 
| 1227 | 
            +
              menu: Menu
         | 
| 1228 | 
            +
              name: String!
         | 
| 1229 | 
            +
              saveUrl: String
         | 
| 1230 | 
            +
              searchUrl: String
         | 
| 1231 | 
            +
              updatedAt: Timestamp
         | 
| 1232 | 
            +
              updater: User
         | 
| 1233 | 
            +
              viewSection: String
         | 
| 1234 | 
            +
            }
         | 
| 1235 | 
            +
             | 
| 1236 | 
            +
            """Entity for MenuDetailButton"""
         | 
| 1237 | 
            +
            type MenuDetailButton {
         | 
| 1238 | 
            +
              createdAt: Timestamp
         | 
| 1239 | 
            +
              creator: User
         | 
| 1240 | 
            +
              domain: Domain
         | 
| 1241 | 
            +
              icon: String
         | 
| 1242 | 
            +
              id: ID!
         | 
| 1243 | 
            +
              logic: String
         | 
| 1244 | 
            +
              menuDetail: MenuDetail
         | 
| 1245 | 
            +
              rank: Float
         | 
| 1246 | 
            +
              style: String
         | 
| 1247 | 
            +
              text: String
         | 
| 1248 | 
            +
              updatedAt: Timestamp
         | 
| 1249 | 
            +
              updater: User
         | 
| 1250 | 
            +
            }
         | 
| 1251 | 
            +
             | 
| 1252 | 
            +
            type MenuDetailButtonList {
         | 
| 1253 | 
            +
              items: [MenuDetailButton!]!
         | 
| 1254 | 
            +
              total: Int!
         | 
| 1255 | 
            +
            }
         | 
| 1256 | 
            +
             | 
| 1257 | 
            +
            input MenuDetailButtonPatch {
         | 
| 1258 | 
            +
              icon: String
         | 
| 1259 | 
            +
              logic: String
         | 
| 1260 | 
            +
              menuDetail: String
         | 
| 1261 | 
            +
              rank: Int
         | 
| 1262 | 
            +
              style: String
         | 
| 1263 | 
            +
              text: String
         | 
| 1264 | 
            +
            }
         | 
| 1265 | 
            +
             | 
| 1266 | 
            +
            """Entity for MenuDetailColumn"""
         | 
| 1267 | 
            +
            type MenuDetailColumn {
         | 
| 1268 | 
            +
              colSize: Float
         | 
| 1269 | 
            +
              colType: String
         | 
| 1270 | 
            +
              createdAt: Timestamp
         | 
| 1271 | 
            +
              creator: User
         | 
| 1272 | 
            +
              defVal: String
         | 
| 1273 | 
            +
              description: String
         | 
| 1274 | 
            +
              domain: Domain
         | 
| 1275 | 
            +
              extField: Boolean
         | 
| 1276 | 
            +
              formEditor: String
         | 
| 1277 | 
            +
              formFormat: String
         | 
| 1278 | 
            +
              formValidator: String
         | 
| 1279 | 
            +
              gridAlign: String
         | 
| 1280 | 
            +
              gridEditor: String
         | 
| 1281 | 
            +
              gridFormat: String
         | 
| 1282 | 
            +
              gridRank: Float
         | 
| 1283 | 
            +
              gridValidator: String
         | 
| 1284 | 
            +
              gridWidth: Float
         | 
| 1285 | 
            +
              id: ID!
         | 
| 1286 | 
            +
              ignoreOnSave: Boolean
         | 
| 1287 | 
            +
              menuDetail: MenuDetail
         | 
| 1288 | 
            +
              name: String
         | 
| 1289 | 
            +
              nullable: Boolean
         | 
| 1290 | 
            +
              rangeVal: String
         | 
| 1291 | 
            +
              rank: Float
         | 
| 1292 | 
            +
              refName: String
         | 
| 1293 | 
            +
              refParams: String
         | 
| 1294 | 
            +
              refRelated: String
         | 
| 1295 | 
            +
              refType: String
         | 
| 1296 | 
            +
              refUrl: String
         | 
| 1297 | 
            +
              reverseSort: Boolean
         | 
| 1298 | 
            +
              searchEditor: String
         | 
| 1299 | 
            +
              searchInitVal: String
         | 
| 1300 | 
            +
              searchName: String
         | 
| 1301 | 
            +
              searchOper: String
         | 
| 1302 | 
            +
              searchRank: Float
         | 
| 1303 | 
            +
              sortRank: Float
         | 
| 1304 | 
            +
              term: String
         | 
| 1305 | 
            +
              uniqRank: Float
         | 
| 1306 | 
            +
              updatedAt: Timestamp
         | 
| 1307 | 
            +
              updater: User
         | 
| 1308 | 
            +
              virtualField: Boolean
         | 
| 1309 | 
            +
            }
         | 
| 1310 | 
            +
             | 
| 1311 | 
            +
            type MenuDetailColumnList {
         | 
| 1312 | 
            +
              items: [MenuDetailColumn!]!
         | 
| 1313 | 
            +
              total: Int!
         | 
| 1314 | 
            +
            }
         | 
| 1315 | 
            +
             | 
| 1316 | 
            +
            input MenuDetailColumnPatch {
         | 
| 1317 | 
            +
              colSize: Int
         | 
| 1318 | 
            +
              colType: String!
         | 
| 1319 | 
            +
              defVal: String
         | 
| 1320 | 
            +
              description: String
         | 
| 1321 | 
            +
              extField: Boolean
         | 
| 1322 | 
            +
              formEditor: String
         | 
| 1323 | 
            +
              formFormat: String
         | 
| 1324 | 
            +
              formValidator: String
         | 
| 1325 | 
            +
              gridAlign: String
         | 
| 1326 | 
            +
              gridEditor: String
         | 
| 1327 | 
            +
              gridFormat: String
         | 
| 1328 | 
            +
              gridRank: Int
         | 
| 1329 | 
            +
              gridValidator: String
         | 
| 1330 | 
            +
              gridWidth: Int
         | 
| 1331 | 
            +
              ignoreOnSave: Boolean
         | 
| 1332 | 
            +
              menuDetail: String!
         | 
| 1333 | 
            +
              name: String!
         | 
| 1334 | 
            +
              nullable: Boolean
         | 
| 1335 | 
            +
              rangeVal: String
         | 
| 1336 | 
            +
              rank: Int
         | 
| 1337 | 
            +
              refName: String
         | 
| 1338 | 
            +
              refParams: String
         | 
| 1339 | 
            +
              refRelated: String
         | 
| 1340 | 
            +
              refType: String
         | 
| 1341 | 
            +
              refUrl: String
         | 
| 1342 | 
            +
              reverseSort: Boolean
         | 
| 1343 | 
            +
              searchEditor: String
         | 
| 1344 | 
            +
              searchInitVal: String
         | 
| 1345 | 
            +
              searchName: String
         | 
| 1346 | 
            +
              searchOper: String
         | 
| 1347 | 
            +
              searchRank: Int
         | 
| 1348 | 
            +
              sortRank: Int
         | 
| 1349 | 
            +
              term: String
         | 
| 1350 | 
            +
              uniqRank: Int
         | 
| 1351 | 
            +
              virtualField: Boolean
         | 
| 1352 | 
            +
            }
         | 
| 1353 | 
            +
             | 
| 1354 | 
            +
            type MenuDetailList {
         | 
| 1355 | 
            +
              items: [MenuDetail!]!
         | 
| 1356 | 
            +
              total: Int!
         | 
| 1357 | 
            +
            }
         | 
| 1358 | 
            +
             | 
| 1359 | 
            +
            input MenuDetailPatch {
         | 
| 1360 | 
            +
              association: String
         | 
| 1361 | 
            +
              buttons: [String!]
         | 
| 1362 | 
            +
              columns: [String!]
         | 
| 1363 | 
            +
              customView: String
         | 
| 1364 | 
            +
              dataProp: String
         | 
| 1365 | 
            +
              entityId: String
         | 
| 1366 | 
            +
              masterField: String
         | 
| 1367 | 
            +
              menu: String
         | 
| 1368 | 
            +
              name: String
         | 
| 1369 | 
            +
              saveUrl: String
         | 
| 1370 | 
            +
              searchUrl: String
         | 
| 1371 | 
            +
              viewSection: String
         | 
| 1372 | 
            +
            }
         | 
| 1373 | 
            +
             | 
| 1374 | 
            +
            type MenuList {
         | 
| 1375 | 
            +
              items: [Menu!]!
         | 
| 1376 | 
            +
              total: Int!
         | 
| 1377 | 
            +
            }
         | 
| 1378 | 
            +
             | 
| 1379 | 
            +
            input MenuPatch {
         | 
| 1380 | 
            +
              buttons: [ObjectRef!]
         | 
| 1381 | 
            +
              category: String
         | 
| 1382 | 
            +
              children: [ObjectRef!]
         | 
| 1383 | 
            +
              columns: [ObjectRef!]
         | 
| 1384 | 
            +
              cuFlag: String
         | 
| 1385 | 
            +
              description: String
         | 
| 1386 | 
            +
              detailFormId: String
         | 
| 1387 | 
            +
              detailLayout: String
         | 
| 1388 | 
            +
              fixedColumns: Int
         | 
| 1389 | 
            +
              gridSaveUrl: String
         | 
| 1390 | 
            +
              hiddenFlag: Boolean
         | 
| 1391 | 
            +
              iconPath: String
         | 
| 1392 | 
            +
              id: ID
         | 
| 1393 | 
            +
              idField: String
         | 
| 1394 | 
            +
              itemsProp: String
         | 
| 1395 | 
            +
              menuType: String
         | 
| 1396 | 
            +
              name: String
         | 
| 1397 | 
            +
              pagination: Boolean
         | 
| 1398 | 
            +
              parent: ObjectRef
         | 
| 1399 | 
            +
              rank: Int
         | 
| 1400 | 
            +
              resourceId: String
         | 
| 1401 | 
            +
              resourceName: String
         | 
| 1402 | 
            +
              resourceType: String
         | 
| 1403 | 
            +
              resourceUrl: String
         | 
| 1404 | 
            +
              role: ObjectRef
         | 
| 1405 | 
            +
              routing: String
         | 
| 1406 | 
            +
              routingType: String
         | 
| 1407 | 
            +
              template: String
         | 
| 1408 | 
            +
              titleField: String
         | 
| 1409 | 
            +
              totalProp: String
         | 
| 1410 | 
            +
            }
         | 
| 1411 | 
            +
             | 
| 1412 | 
            +
            type Mutation {
         | 
| 1413 | 
            +
              """To activate user"""
         | 
| 1414 | 
            +
              activateUser(userId: String!): Boolean!
         | 
| 1415 | 
            +
             | 
| 1416 | 
            +
              """To attach a contact on Employee"""
         | 
| 1417 | 
            +
              attachContact(contactId: String!, id: String!): Employee!
         | 
| 1418 | 
            +
              cancelInvitation(email: String!, reference: String!, type: String!): Boolean!
         | 
| 1419 | 
            +
             | 
| 1420 | 
            +
              """To clone a Board from existing Board"""
         | 
| 1421 | 
            +
              cloneBoard(id: String!, patch: BoardPatch!): Board!
         | 
| 1422 | 
            +
             | 
| 1423 | 
            +
              """To connect a connection"""
         | 
| 1424 | 
            +
              connectConnection(name: String!): Connection!
         | 
| 1425 | 
            +
             | 
| 1426 | 
            +
              """To import multiple scenarios"""
         | 
| 1427 | 
            +
              copyScenarios(ids: [String!]!): [Scenario!]!
         | 
| 1428 | 
            +
             | 
| 1429 | 
            +
              """To create new appliance"""
         | 
| 1430 | 
            +
              createAppliance(appliance: NewAppliance!): Appliance!
         | 
| 1431 | 
            +
             | 
| 1432 | 
            +
              """To create new application"""
         | 
| 1433 | 
            +
              createApplication(application: NewApplication!): Application!
         | 
| 1434 | 
            +
             | 
| 1435 | 
            +
              """To create new ApprovalLine"""
         | 
| 1436 | 
            +
              createApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
         | 
| 1437 | 
            +
              createAttachment(attachment: NewAttachment!): Attachment!
         | 
| 1438 | 
            +
              createAttachments(attachments: [NewAttachment!]!): [Attachment!]!
         | 
| 1439 | 
            +
             | 
| 1440 | 
            +
              """To create new AttributeSet"""
         | 
| 1441 | 
            +
              createAttributeSet(attribute: NewAttributeSet!): AttributeSet!
         | 
| 1442 | 
            +
             | 
| 1443 | 
            +
              """To create new Board"""
         | 
| 1444 | 
            +
              createBoard(board: NewBoard!): Board!
         | 
| 1445 | 
            +
             | 
| 1446 | 
            +
              """To create new BoardTemplate"""
         | 
| 1447 | 
            +
              createBoardTemplate(boardTemplate: NewBoardTemplate!): BoardTemplate!
         | 
| 1448 | 
            +
             | 
| 1449 | 
            +
              """To create new CommonCode"""
         | 
| 1450 | 
            +
              createCommonCode(commonCode: NewCommonCode!): CommonCode!
         | 
| 1451 | 
            +
             | 
| 1452 | 
            +
              """To create new CommonCodeDetail"""
         | 
| 1453 | 
            +
              createCommonCodeDetail(commonCodeDetail: NewCommonCodeDetail!): CommonCodeDetail!
         | 
| 1454 | 
            +
             | 
| 1455 | 
            +
              """To create new connection"""
         | 
| 1456 | 
            +
              createConnection(connection: NewConnection!): Connection!
         | 
| 1457 | 
            +
             | 
| 1458 | 
            +
              """To create new Contact"""
         | 
| 1459 | 
            +
              createContact(contact: NewContact!): Contact!
         | 
| 1460 | 
            +
             | 
| 1461 | 
            +
              """To create new Department"""
         | 
| 1462 | 
            +
              createDepartment(department: NewDepartment!): Department!
         | 
| 1463 | 
            +
             | 
| 1464 | 
            +
              """To create domain (Only superuser is granted this privilege.)"""
         | 
| 1465 | 
            +
              createDomain(domainInput: DomainPatch!): Domain!
         | 
| 1466 | 
            +
             | 
| 1467 | 
            +
              """To create new Employee"""
         | 
| 1468 | 
            +
              createEmployee(employee: NewEmployee!): Employee!
         | 
| 1469 | 
            +
             | 
| 1470 | 
            +
              """To create new Entity"""
         | 
| 1471 | 
            +
              createEntity(entity: NewEntity!): Entity!
         | 
| 1472 | 
            +
             | 
| 1473 | 
            +
              """To create new EntityColumn"""
         | 
| 1474 | 
            +
              createEntityColumn(entityColumn: NewEntityColumn!): EntityColumn!
         | 
| 1475 | 
            +
             | 
| 1476 | 
            +
              """To create new Favorite"""
         | 
| 1477 | 
            +
              createFavorite(favorite: NewFavorite!): Favorite!
         | 
| 1478 | 
            +
             | 
| 1479 | 
            +
              """To create new Font"""
         | 
| 1480 | 
            +
              createFont(font: NewFont!): Font!
         | 
| 1481 | 
            +
             | 
| 1482 | 
            +
              """To create new Group"""
         | 
| 1483 | 
            +
              createGroup(group: NewGroup!): Group
         | 
| 1484 | 
            +
             | 
| 1485 | 
            +
              """To create new Menu"""
         | 
| 1486 | 
            +
              createMenu(menu: NewMenu!): Menu!
         | 
| 1487 | 
            +
             | 
| 1488 | 
            +
              """To create new MenuButton"""
         | 
| 1489 | 
            +
              createMenuButton(menuButton: NewMenuButton!): MenuButton!
         | 
| 1490 | 
            +
             | 
| 1491 | 
            +
              """To create new MenuColumn"""
         | 
| 1492 | 
            +
              createMenuColumn(menuColumn: NewMenuColumn!): MenuColumn!
         | 
| 1493 | 
            +
             | 
| 1494 | 
            +
              """To create new MenuDetail"""
         | 
| 1495 | 
            +
              createMenuDetail(menuDetail: NewMenuDetail!): MenuDetail!
         | 
| 1496 | 
            +
             | 
| 1497 | 
            +
              """To create new MenuDetailButton"""
         | 
| 1498 | 
            +
              createMenuDetailButton(menuDetailButton: NewMenuDetailButton!): MenuDetailButton!
         | 
| 1499 | 
            +
             | 
| 1500 | 
            +
              """To create new MenuDetailColumn"""
         | 
| 1501 | 
            +
              createMenuDetailColumn(menuDetailColumn: NewMenuDetailColumn!): MenuDetailColumn!
         | 
| 1502 | 
            +
             | 
| 1503 | 
            +
              """To create new ApprovalLine for current user"""
         | 
| 1504 | 
            +
              createMyApprovalLine(approvalLine: NewApprovalLine!): ApprovalLine!
         | 
| 1505 | 
            +
             | 
| 1506 | 
            +
              """To create new Notification"""
         | 
| 1507 | 
            +
              createNotification(notification: NewNotification!): Notification!
         | 
| 1508 | 
            +
             | 
| 1509 | 
            +
              """To create new NotificationRule"""
         | 
| 1510 | 
            +
              createNotificationRule(notificationRule: NewNotificationRule!): NotificationRule!
         | 
| 1511 | 
            +
             | 
| 1512 | 
            +
              """To create new Oauth2Client"""
         | 
| 1513 | 
            +
              createOauth2Client(oauth2Client: NewOauth2Client!): Oauth2Client!
         | 
| 1514 | 
            +
             | 
| 1515 | 
            +
              """To create new PayloadLog"""
         | 
| 1516 | 
            +
              createPayloadLog(payloadLog: NewPayloadLog!): PayloadLog!
         | 
| 1517 | 
            +
             | 
| 1518 | 
            +
              """To create new PlayGroup"""
         | 
| 1519 | 
            +
              createPlayGroup(playGroup: NewPlayGroup!): PlayGroup!
         | 
| 1520 | 
            +
             | 
| 1521 | 
            +
              """To create new PrinterDevice"""
         | 
| 1522 | 
            +
              createPrinterDevice(printerDevice: NewPrinterDevice!): PrinterDevice!
         | 
| 1523 | 
            +
             | 
| 1524 | 
            +
              """To create new privilege"""
         | 
| 1525 | 
            +
              createPrivilege(privilege: NewPrivilege!): Privilege!
         | 
| 1526 | 
            +
             | 
| 1527 | 
            +
              """To create new user"""
         | 
| 1528 | 
            +
              createRole(role: NewRole!): User!
         | 
| 1529 | 
            +
             | 
| 1530 | 
            +
              """To create new scenario"""
         | 
| 1531 | 
            +
              createScenario(scenario: NewScenario!): Scenario!
         | 
| 1532 | 
            +
             | 
| 1533 | 
            +
              """To create new Setting"""
         | 
| 1534 | 
            +
              createSetting(setting: NewSetting!): Setting!
         | 
| 1535 | 
            +
             | 
| 1536 | 
            +
              """To create new Terminology"""
         | 
| 1537 | 
            +
              createTerminology(terminology: NewTerminology!): Terminology!
         | 
| 1538 | 
            +
             | 
| 1539 | 
            +
              """To create new Theme"""
         | 
| 1540 | 
            +
              createTheme(theme: NewTheme!): Theme!
         | 
| 1541 | 
            +
             | 
| 1542 | 
            +
              """To create new user"""
         | 
| 1543 | 
            +
              createUser(user: NewUser!): User!
         | 
| 1544 | 
            +
              deleteAppBinding(id: String!): Boolean!
         | 
| 1545 | 
            +
             | 
| 1546 | 
            +
              """To delete appliance"""
         | 
| 1547 | 
            +
              deleteAppliance(id: String!): Boolean!
         | 
| 1548 | 
            +
             | 
| 1549 | 
            +
              """To delete application"""
         | 
| 1550 | 
            +
              deleteApplication(id: String!): Boolean!
         | 
| 1551 | 
            +
             | 
| 1552 | 
            +
              """To delete ApprovalLine"""
         | 
| 1553 | 
            +
              deleteApprovalLine(id: String!): Boolean!
         | 
| 1554 | 
            +
             | 
| 1555 | 
            +
              """To delete multiple ApprovalLines"""
         | 
| 1556 | 
            +
              deleteApprovalLines(ids: [String!]!): Boolean!
         | 
| 1557 | 
            +
              deleteAttachment(id: String!): Boolean!
         | 
| 1558 | 
            +
              deleteAttachmentsByRef(refBys: [String!]!): Boolean!
         | 
| 1559 | 
            +
             | 
| 1560 | 
            +
              """To delete AttributeSet"""
         | 
| 1561 | 
            +
              deleteAttributeSet(id: String!): Boolean!
         | 
| 1562 | 
            +
             | 
| 1563 | 
            +
              """To delete multiple AttributeSets"""
         | 
| 1564 | 
            +
              deleteAttributeSets(ids: [String!]!): Boolean!
         | 
| 1565 | 
            +
             | 
| 1566 | 
            +
              """To delete Board"""
         | 
| 1567 | 
            +
              deleteBoard(id: String!): Boolean!
         | 
| 1568 | 
            +
             | 
| 1569 | 
            +
              """To delete BoardTemplate"""
         | 
| 1570 | 
            +
              deleteBoardTemplate(id: String!): Boolean!
         | 
| 1571 | 
            +
             | 
| 1572 | 
            +
              """To delete CommonCode"""
         | 
| 1573 | 
            +
              deleteCommonCode(id: String!): Boolean!
         | 
| 1574 | 
            +
             | 
| 1575 | 
            +
              """To delete CommonCodeDetail"""
         | 
| 1576 | 
            +
              deleteCommonCodeDetail(id: String!): Boolean!
         | 
| 1577 | 
            +
             | 
| 1578 | 
            +
              """To delete multiple CommonCodeDetails"""
         | 
| 1579 | 
            +
              deleteCommonCodeDetails(ids: [String!]!): Boolean!
         | 
| 1580 | 
            +
             | 
| 1581 | 
            +
              """To delete multiple CommonCodes"""
         | 
| 1582 | 
            +
              deleteCommonCodes(ids: [String!]!): Boolean!
         | 
| 1583 | 
            +
             | 
| 1584 | 
            +
              """To delete connection"""
         | 
| 1585 | 
            +
              deleteConnection(name: String!): Boolean!
         | 
| 1586 | 
            +
             | 
| 1587 | 
            +
              """To delete multiple connections"""
         | 
| 1588 | 
            +
              deleteConnections(names: [String!]!): Boolean!
         | 
| 1589 | 
            +
             | 
| 1590 | 
            +
              """To delete Contact"""
         | 
| 1591 | 
            +
              deleteContact(id: String!): Boolean!
         | 
| 1592 | 
            +
             | 
| 1593 | 
            +
              """To delete multiple Contacts"""
         | 
| 1594 | 
            +
              deleteContacts(ids: [String!]!): Boolean!
         | 
| 1595 | 
            +
             | 
| 1596 | 
            +
              """To delete Department"""
         | 
| 1597 | 
            +
              deleteDepartment(id: String!): Boolean!
         | 
| 1598 | 
            +
             | 
| 1599 | 
            +
              """To delete multiple Departments"""
         | 
| 1600 | 
            +
              deleteDepartments(ids: [String!]!): Boolean!
         | 
| 1601 | 
            +
             | 
| 1602 | 
            +
              """To delete domain (Only superuser is granted this privilege.)"""
         | 
| 1603 | 
            +
              deleteDomain(name: String!): Domain!
         | 
| 1604 | 
            +
             | 
| 1605 | 
            +
              """To delete domain user"""
         | 
| 1606 | 
            +
              deleteDomainUser(email: String!): Boolean!
         | 
| 1607 | 
            +
             | 
| 1608 | 
            +
              """To delete multiple domains (Only superuser is granted this privilege.)"""
         | 
| 1609 | 
            +
              deleteDomains(names: [String!]!): Boolean!
         | 
| 1610 | 
            +
             | 
| 1611 | 
            +
              """To delete Employee"""
         | 
| 1612 | 
            +
              deleteEmployee(id: String!): Boolean!
         | 
| 1613 | 
            +
             | 
| 1614 | 
            +
              """To delete multiple Employees"""
         | 
| 1615 | 
            +
              deleteEmployees(ids: [String!]!): Boolean!
         | 
| 1616 | 
            +
             | 
| 1617 | 
            +
              """To delete multiple Entities"""
         | 
| 1618 | 
            +
              deleteEntities(ids: [String!]!): Boolean!
         | 
| 1619 | 
            +
             | 
| 1620 | 
            +
              """To delete Entity"""
         | 
| 1621 | 
            +
              deleteEntity(id: String!): Boolean!
         | 
| 1622 | 
            +
             | 
| 1623 | 
            +
              """To delete EntityColumn"""
         | 
| 1624 | 
            +
              deleteEntityColumn(id: String!): Boolean!
         | 
| 1625 | 
            +
             | 
| 1626 | 
            +
              """To delete multiple EntityColumns"""
         | 
| 1627 | 
            +
              deleteEntityColumns(ids: [String!]!): Boolean!
         | 
| 1628 | 
            +
             | 
| 1629 | 
            +
              """To delete Favorite"""
         | 
| 1630 | 
            +
              deleteFavorite(routing: String!): Boolean!
         | 
| 1631 | 
            +
             | 
| 1632 | 
            +
              """To delete Font"""
         | 
| 1633 | 
            +
              deleteFont(id: String!): Boolean!
         | 
| 1634 | 
            +
             | 
| 1635 | 
            +
              """To delete Group"""
         | 
| 1636 | 
            +
              deleteGroup(id: String!): Boolean!
         | 
| 1637 | 
            +
             | 
| 1638 | 
            +
              """To delete Menu"""
         | 
| 1639 | 
            +
              deleteMenu(id: String!): Boolean!
         | 
| 1640 | 
            +
             | 
| 1641 | 
            +
              """To delete MenuButton"""
         | 
| 1642 | 
            +
              deleteMenuButton(id: String!): Boolean!
         | 
| 1643 | 
            +
             | 
| 1644 | 
            +
              """To delete multiple MenuButtons"""
         | 
| 1645 | 
            +
              deleteMenuButtons(ids: [String!]!): Boolean!
         | 
| 1646 | 
            +
             | 
| 1647 | 
            +
              """To delete MenuColumn"""
         | 
| 1648 | 
            +
              deleteMenuColumn(id: String!): Boolean!
         | 
| 1649 | 
            +
             | 
| 1650 | 
            +
              """To delete multiple MenuColumns"""
         | 
| 1651 | 
            +
              deleteMenuColumns(ids: [String!]!): Boolean!
         | 
| 1652 | 
            +
             | 
| 1653 | 
            +
              """To delete MenuDetail"""
         | 
| 1654 | 
            +
              deleteMenuDetail(id: String!): Boolean!
         | 
| 1655 | 
            +
             | 
| 1656 | 
            +
              """To delete MenuDetailButton"""
         | 
| 1657 | 
            +
              deleteMenuDetailButton(id: String!): Boolean!
         | 
| 1658 | 
            +
             | 
| 1659 | 
            +
              """To delete multiple MenuDetailButtons"""
         | 
| 1660 | 
            +
              deleteMenuDetailButtons(ids: [String!]!): Boolean!
         | 
| 1661 | 
            +
             | 
| 1662 | 
            +
              """To delete MenuDetailColumn"""
         | 
| 1663 | 
            +
              deleteMenuDetailColumn(id: String!): Boolean!
         | 
| 1664 | 
            +
             | 
| 1665 | 
            +
              """To delete multiple MenuDetailColumns"""
         | 
| 1666 | 
            +
              deleteMenuDetailColumns(ids: [String!]!): Boolean!
         | 
| 1667 | 
            +
             | 
| 1668 | 
            +
              """To delete multiple MenuDetails"""
         | 
| 1669 | 
            +
              deleteMenuDetails(ids: [String!]!): Boolean!
         | 
| 1670 | 
            +
             | 
| 1671 | 
            +
              """To delete multiple Menus"""
         | 
| 1672 | 
            +
              deleteMenus(ids: [String!]!): Boolean!
         | 
| 1673 | 
            +
             | 
| 1674 | 
            +
              """To delete ApprovalLine for current user"""
         | 
| 1675 | 
            +
              deleteMyApprovalLine(id: String!): Boolean!
         | 
| 1676 | 
            +
             | 
| 1677 | 
            +
              """To delete multiple ApprovalLines for current user"""
         | 
| 1678 | 
            +
              deleteMyApprovalLines(ids: [String!]!): Boolean!
         | 
| 1679 | 
            +
             | 
| 1680 | 
            +
              """To delete Notification"""
         | 
| 1681 | 
            +
              deleteNotification(id: String!): Boolean!
         | 
| 1682 | 
            +
             | 
| 1683 | 
            +
              """To delete NotificationRule"""
         | 
| 1684 | 
            +
              deleteNotificationRule(id: String!): Boolean!
         | 
| 1685 | 
            +
             | 
| 1686 | 
            +
              """To delete multiple NotificationRules"""
         | 
| 1687 | 
            +
              deleteNotificationRules(ids: [String!]!): Boolean!
         | 
| 1688 | 
            +
             | 
| 1689 | 
            +
              """To delete multiple Notificationes"""
         | 
| 1690 | 
            +
              deleteNotificationes(ids: [String!]!): Boolean!
         | 
| 1691 | 
            +
             | 
| 1692 | 
            +
              """To delete Oauth2Client"""
         | 
| 1693 | 
            +
              deleteOauth2Client(id: String!): Boolean!
         | 
| 1694 | 
            +
             | 
| 1695 | 
            +
              """To delete multiple Oauth2Clients"""
         | 
| 1696 | 
            +
              deleteOauth2Clients(ids: [String!]!): Boolean!
         | 
| 1697 | 
            +
             | 
| 1698 | 
            +
              """To delete multiple partnerSettings"""
         | 
| 1699 | 
            +
              deletePartnerSettings(ids: [String!]!): Boolean!
         | 
| 1700 | 
            +
             | 
| 1701 | 
            +
              """To delete PayloadLog"""
         | 
| 1702 | 
            +
              deletePayloadLog(id: String!): Boolean!
         | 
| 1703 | 
            +
             | 
| 1704 | 
            +
              """To delete multiple payloadLogs"""
         | 
| 1705 | 
            +
              deletePayloadLogs(ids: [String!]!): Boolean!
         | 
| 1706 | 
            +
             | 
| 1707 | 
            +
              """To delete PlayGroup"""
         | 
| 1708 | 
            +
              deletePlayGroup(id: String!): Boolean!
         | 
| 1709 | 
            +
             | 
| 1710 | 
            +
              """To delete PrinterDevice"""
         | 
| 1711 | 
            +
              deletePrinterDevice(id: String!): Boolean!
         | 
| 1712 | 
            +
             | 
| 1713 | 
            +
              """To delete multiple printerDevices"""
         | 
| 1714 | 
            +
              deletePrinterDevices(ids: [String!]!): Boolean!
         | 
| 1715 | 
            +
             | 
| 1716 | 
            +
              """To delete privilege"""
         | 
| 1717 | 
            +
              deletePrivilege(category: String!, name: String!): Boolean!
         | 
| 1718 | 
            +
             | 
| 1719 | 
            +
              """To delete role"""
         | 
| 1720 | 
            +
              deleteRole(id: String!): Boolean!
         | 
| 1721 | 
            +
             | 
| 1722 | 
            +
              """To delete multiple roles"""
         | 
| 1723 | 
            +
              deleteRoles(ids: [String!]!): Boolean!
         | 
| 1724 | 
            +
             | 
| 1725 | 
            +
              """To delete scenario"""
         | 
| 1726 | 
            +
              deleteScenario(name: String!): Boolean!
         | 
| 1727 | 
            +
             | 
| 1728 | 
            +
              """To delete multiple scenarios"""
         | 
| 1729 | 
            +
              deleteScenarios(ids: [String!]!): Boolean!
         | 
| 1730 | 
            +
             | 
| 1731 | 
            +
              """To delete Setting"""
         | 
| 1732 | 
            +
              deleteSetting(name: String!): Boolean!
         | 
| 1733 | 
            +
             | 
| 1734 | 
            +
              """To delete multiple settings"""
         | 
| 1735 | 
            +
              deleteSettings(names: [String!]!): Boolean!
         | 
| 1736 | 
            +
             | 
| 1737 | 
            +
              """To delete multiple steps"""
         | 
| 1738 | 
            +
              deleteSteps(ids: [String!]!): Boolean!
         | 
| 1739 | 
            +
             | 
| 1740 | 
            +
              """To delete multiple Terminologies"""
         | 
| 1741 | 
            +
              deleteTerminologies(ids: [String!]!): Boolean!
         | 
| 1742 | 
            +
             | 
| 1743 | 
            +
              """To delete Terminology"""
         | 
| 1744 | 
            +
              deleteTerminology(id: String!): Boolean!
         | 
| 1745 | 
            +
             | 
| 1746 | 
            +
              """To delete Theme"""
         | 
| 1747 | 
            +
              deleteTheme(id: String!): Boolean!
         | 
| 1748 | 
            +
             | 
| 1749 | 
            +
              """To delete multiple Themes"""
         | 
| 1750 | 
            +
              deleteThemes(ids: [String!]!): Boolean!
         | 
| 1751 | 
            +
             | 
| 1752 | 
            +
              """To delete a user"""
         | 
| 1753 | 
            +
              deleteUser(email: String!): Boolean!
         | 
| 1754 | 
            +
             | 
| 1755 | 
            +
              """To delete some users"""
         | 
| 1756 | 
            +
              deleteUsers(emails: [String!]!): Boolean!
         | 
| 1757 | 
            +
             | 
| 1758 | 
            +
              """To detach a contact from Employee"""
         | 
| 1759 | 
            +
              detachContact(id: String!): Employee!
         | 
| 1760 | 
            +
             | 
| 1761 | 
            +
              """To disconnect a connection"""
         | 
| 1762 | 
            +
              disconnectConnection(name: String!): Connection!
         | 
| 1763 | 
            +
              domainRegister(domainInput: DomainGeneratorInput!): Domain!
         | 
| 1764 | 
            +
              domainUserRoleRegister(newDomainInfo: DomainUserRoleInput!): Domain!
         | 
| 1765 | 
            +
              generateApplianceSecret(id: String!): Appliance!
         | 
| 1766 | 
            +
              generateApplicationSecret(id: String!): Application!
         | 
| 1767 | 
            +
              generateUploadURL(type: String!): UploadURL!
         | 
| 1768 | 
            +
             | 
| 1769 | 
            +
              """To get oauth2 auth URL"""
         | 
| 1770 | 
            +
              getOauth2AuthUrl(id: String!): String!
         | 
| 1771 | 
            +
              grantRoles(customerId: String!, roles: [RolePatch!]!): Boolean!
         | 
| 1772 | 
            +
             | 
| 1773 | 
            +
              """To import multiple ApprovalLines"""
         | 
| 1774 | 
            +
              importApprovalLines(approvalLines: [ApprovalLinePatch!]!): Boolean!
         | 
| 1775 | 
            +
             | 
| 1776 | 
            +
              """To import multiple AttributeSets"""
         | 
| 1777 | 
            +
              importAttributeSets(attributes: [AttributeSetPatch!]!): Boolean!
         | 
| 1778 | 
            +
             | 
| 1779 | 
            +
              """To import multiple CommonCodeDetails"""
         | 
| 1780 | 
            +
              importCommonCodeDetails(commonCodeDetails: [CommonCodeDetailPatch!]!): Boolean!
         | 
| 1781 | 
            +
             | 
| 1782 | 
            +
              """To import multiple CommonCodes"""
         | 
| 1783 | 
            +
              importCommonCodes(commonCodes: [CommonCodePatch!]!): Boolean!
         | 
| 1784 | 
            +
             | 
| 1785 | 
            +
              """To import multiple Contacts"""
         | 
| 1786 | 
            +
              importContacts(contacts: [ContactPatch!]!): Boolean!
         | 
| 1787 | 
            +
             | 
| 1788 | 
            +
              """To import multiple Departments"""
         | 
| 1789 | 
            +
              importDepartments(departments: [DepartmentPatch!]!): Boolean!
         | 
| 1790 | 
            +
             | 
| 1791 | 
            +
              """To import multiple Employees"""
         | 
| 1792 | 
            +
              importEmployees(employees: [EmployeePatch!]!): Boolean!
         | 
| 1793 | 
            +
             | 
| 1794 | 
            +
              """To import multiple MenuButtons"""
         | 
| 1795 | 
            +
              importMenuButtons(menuButtons: [MenuButtonPatch!]!): Boolean!
         | 
| 1796 | 
            +
             | 
| 1797 | 
            +
              """To import multiple MenuColumns"""
         | 
| 1798 | 
            +
              importMenuColumns(menuColumns: [MenuColumnPatch!]!): Boolean!
         | 
| 1799 | 
            +
             | 
| 1800 | 
            +
              """To import multiple MenuDetailButtons"""
         | 
| 1801 | 
            +
              importMenuDetailButtons(menuDetailButtons: [MenuDetailButtonPatch!]!): Boolean!
         | 
| 1802 | 
            +
             | 
| 1803 | 
            +
              """To import multiple MenuDetailColumns"""
         | 
| 1804 | 
            +
              importMenuDetailColumns(menuDetailColumns: [MenuDetailColumnPatch!]!): Boolean!
         | 
| 1805 | 
            +
             | 
| 1806 | 
            +
              """To import multiple MenuDetails"""
         | 
| 1807 | 
            +
              importMenuDetails(menuDetails: [MenuDetailPatch!]!): Boolean!
         | 
| 1808 | 
            +
             | 
| 1809 | 
            +
              """To import multiple Menus"""
         | 
| 1810 | 
            +
              importMenus(menus: [MenuPatch!]!): Boolean!
         | 
| 1811 | 
            +
             | 
| 1812 | 
            +
              """To import multiple NotificationRules"""
         | 
| 1813 | 
            +
              importNotificationRules(notificationRules: [NotificationRulePatch!]!): Boolean!
         | 
| 1814 | 
            +
             | 
| 1815 | 
            +
              """To import multiple Oauth2Clients"""
         | 
| 1816 | 
            +
              importOauth2Clients(oauth2Clients: [Oauth2ClientPatch!]!): Boolean!
         | 
| 1817 | 
            +
             | 
| 1818 | 
            +
              """To import multiple scenarios"""
         | 
| 1819 | 
            +
              importScenarios(scenarios: [ScenarioPatch!]!): Boolean!
         | 
| 1820 | 
            +
             | 
| 1821 | 
            +
              """To import multiple Terminologies"""
         | 
| 1822 | 
            +
              importTerminologies(terminologies: [TerminologyPatch!]!): Boolean!
         | 
| 1823 | 
            +
             | 
| 1824 | 
            +
              """To import multiple Themes"""
         | 
| 1825 | 
            +
              importThemes(themes: [ThemePatch!]!): Boolean!
         | 
| 1826 | 
            +
             | 
| 1827 | 
            +
              """To inactivate user"""
         | 
| 1828 | 
            +
              inactivateUser(userId: String!): Boolean!
         | 
| 1829 | 
            +
              inviteCustomer(customerDomainName: String!): Boolean!
         | 
| 1830 | 
            +
             | 
| 1831 | 
            +
              """To invite new user"""
         | 
| 1832 | 
            +
              inviteUser(email: String!): Boolean!
         | 
| 1833 | 
            +
             | 
| 1834 | 
            +
              """To make the board to join the group"""
         | 
| 1835 | 
            +
              joinGroup(boardIds: [String!]!, id: String!): Group!
         | 
| 1836 | 
            +
             | 
| 1837 | 
            +
              """To make the board to join the play group"""
         | 
| 1838 | 
            +
              joinPlayGroup(boardIds: [String!]!, id: String!): PlayGroup!
         | 
| 1839 | 
            +
             | 
| 1840 | 
            +
              """To make the board to leave from the play group"""
         | 
| 1841 | 
            +
              leavePlayGroup(boardIds: [String!]!, id: String!): PlayGroup!
         | 
| 1842 | 
            +
              multipleUpload(files: [Upload!]!): [Attachment!]!
         | 
| 1843 | 
            +
             | 
| 1844 | 
            +
              """To refresh oauth2 access token"""
         | 
| 1845 | 
            +
              refreshOauth2AccessToken(id: String!): Oauth2Client!
         | 
| 1846 | 
            +
              renewApplicationAccessToken(id: String!, scope: String!): AccessToken!
         | 
| 1847 | 
            +
             | 
| 1848 | 
            +
              """To reset password to default"""
         | 
| 1849 | 
            +
              resetPasswordToDefault(userId: String!): Boolean!
         | 
| 1850 | 
            +
             | 
| 1851 | 
            +
              """
         | 
| 1852 | 
            +
              To run new scenario instance and will return the result after the scenario stop.
         | 
| 1853 | 
            +
              """
         | 
| 1854 | 
            +
              runScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
         | 
| 1855 | 
            +
              sendInvitation(email: String!, reference: String!, type: String!): Invitation!
         | 
| 1856 | 
            +
              singleUpload(file: Upload!): Attachment!
         | 
| 1857 | 
            +
             | 
| 1858 | 
            +
              """To start new scenario instance"""
         | 
| 1859 | 
            +
              startScenario(instanceName: String, scenarioName: String!, variables: Object): ScenarioInstance!
         | 
| 1860 | 
            +
             | 
| 1861 | 
            +
              """To start posting scenario based on the schedule of the given scenario"""
         | 
| 1862 | 
            +
              startScenarioSchedule(scenarioId: String!): Scenario!
         | 
| 1863 | 
            +
             | 
| 1864 | 
            +
              """To start new scenario instance"""
         | 
| 1865 | 
            +
              stopScenario(instanceName: String): ScenarioInstance
         | 
| 1866 | 
            +
             | 
| 1867 | 
            +
              """To stop posting scenario based on the schedule of the given scenario"""
         | 
| 1868 | 
            +
              stopScenarioSchedule(scenarioId: String!): Scenario
         | 
| 1869 | 
            +
             | 
| 1870 | 
            +
              """
         | 
| 1871 | 
            +
              To synchronize privilege master from graphql directives. Only superuser is permitted.
         | 
| 1872 | 
            +
              """
         | 
| 1873 | 
            +
              synchronizePrivilegeMaster(privilege: NewPrivilege!): Boolean!
         | 
| 1874 | 
            +
              terminateContract(partnerName: String!): Boolean!
         | 
| 1875 | 
            +
             | 
| 1876 | 
            +
              """To transfer owner of domain"""
         | 
| 1877 | 
            +
              transferOwner(email: String!): Boolean!
         | 
| 1878 | 
            +
              updateAppliance(id: String!, patch: AppliancePatch!): Appliance!
         | 
| 1879 | 
            +
              updateApplication(id: String!, patch: ApplicationPatch!): Application!
         | 
| 1880 | 
            +
             | 
| 1881 | 
            +
              """To modify ApprovalLine information"""
         | 
| 1882 | 
            +
              updateApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
         | 
| 1883 | 
            +
              updateAttachment(id: String!, patch: AttachmentPatch!): Attachment!
         | 
| 1884 | 
            +
             | 
| 1885 | 
            +
              """To modify AttributeSet information"""
         | 
| 1886 | 
            +
              updateAttributeSet(id: String!, patch: AttributeSetPatch!): AttributeSet!
         | 
| 1887 | 
            +
             | 
| 1888 | 
            +
              """To modify Board information"""
         | 
| 1889 | 
            +
              updateBoard(id: String!, patch: BoardPatch!): Board!
         | 
| 1890 | 
            +
             | 
| 1891 | 
            +
              """To modify BoardTemplate information"""
         | 
| 1892 | 
            +
              updateBoardTemplate(id: String!, patch: BoardTemplatePatch!): BoardTemplate!
         | 
| 1893 | 
            +
             | 
| 1894 | 
            +
              """To modify CommonCode information"""
         | 
| 1895 | 
            +
              updateCommonCode(name: String!, patch: CommonCodePatch!): CommonCode!
         | 
| 1896 | 
            +
             | 
| 1897 | 
            +
              """To modify CommonCodeDetail information"""
         | 
| 1898 | 
            +
              updateCommonCodeDetail(id: String!, patch: CommonCodeDetailPatch!): CommonCodeDetail!
         | 
| 1899 | 
            +
             | 
| 1900 | 
            +
              """To modify connection information"""
         | 
| 1901 | 
            +
              updateConnection(name: String!, patch: ConnectionPatch!): Connection!
         | 
| 1902 | 
            +
             | 
| 1903 | 
            +
              """To modify Contact information"""
         | 
| 1904 | 
            +
              updateContact(id: String!, patch: ContactPatch!): Contact!
         | 
| 1905 | 
            +
             | 
| 1906 | 
            +
              """To modify Department information"""
         | 
| 1907 | 
            +
              updateDepartment(id: String!, patch: DepartmentPatch!): Department!
         | 
| 1908 | 
            +
             | 
| 1909 | 
            +
              """To update domain (Only superuser is granted this privilege.)"""
         | 
| 1910 | 
            +
              updateDomain(name: String!, patch: DomainPatch!): Domain!
         | 
| 1911 | 
            +
             | 
| 1912 | 
            +
              """To update multiple domains"""
         | 
| 1913 | 
            +
              updateDomains(patches: [DomainPatch!]!): Boolean!
         | 
| 1914 | 
            +
             | 
| 1915 | 
            +
              """To modify Employee information"""
         | 
| 1916 | 
            +
              updateEmployee(id: String!, patch: EmployeePatch!): Employee!
         | 
| 1917 | 
            +
             | 
| 1918 | 
            +
              """To modify Entity' information"""
         | 
| 1919 | 
            +
              updateEntity(id: String!, patch: EntityPatch!): Entity!
         | 
| 1920 | 
            +
             | 
| 1921 | 
            +
              """To modify EntityColumn information"""
         | 
| 1922 | 
            +
              updateEntityColumn(id: String!, patch: EntityColumnPatch!): EntityColumn!
         | 
| 1923 | 
            +
             | 
| 1924 | 
            +
              """To modify Font information"""
         | 
| 1925 | 
            +
              updateFont(id: String!, patch: FontPatch!): Font!
         | 
| 1926 | 
            +
             | 
| 1927 | 
            +
              """To modify Group information"""
         | 
| 1928 | 
            +
              updateGroup(id: String!, patch: GroupPatch!): Group!
         | 
| 1929 | 
            +
             | 
| 1930 | 
            +
              """To modify Menu information"""
         | 
| 1931 | 
            +
              updateMenu(id: String!, patch: MenuPatch!): Menu!
         | 
| 1932 | 
            +
             | 
| 1933 | 
            +
              """To modify MenuButton information"""
         | 
| 1934 | 
            +
              updateMenuButton(id: String!, patch: MenuButtonPatch!): MenuButton!
         | 
| 1935 | 
            +
             | 
| 1936 | 
            +
              """To modify MenuColumn information"""
         | 
| 1937 | 
            +
              updateMenuColumn(id: String!, patch: MenuColumnPatch!): MenuColumn!
         | 
| 1938 | 
            +
             | 
| 1939 | 
            +
              """To modify MenuDetail information"""
         | 
| 1940 | 
            +
              updateMenuDetail(id: String!, patch: MenuDetailPatch!): MenuDetail!
         | 
| 1941 | 
            +
             | 
| 1942 | 
            +
              """To modify MenuDetailButton information"""
         | 
| 1943 | 
            +
              updateMenuDetailButton(id: String!, patch: MenuDetailButtonPatch!): MenuDetailButton!
         | 
| 1944 | 
            +
             | 
| 1945 | 
            +
              """To modify MenuDetailColumn information"""
         | 
| 1946 | 
            +
              updateMenuDetailColumn(id: String!, patch: MenuDetailColumnPatch!): MenuDetailColumn!
         | 
| 1947 | 
            +
             | 
| 1948 | 
            +
              """To modify multiple ApprovalLines' information"""
         | 
| 1949 | 
            +
              updateMultipleApprovalLine(patches: [ApprovalLinePatch!]!): [ApprovalLine!]!
         | 
| 1950 | 
            +
             | 
| 1951 | 
            +
              """To modify multiple AttributeSets' information"""
         | 
| 1952 | 
            +
              updateMultipleAttributeSet(patches: [AttributeSetPatch!]!): [AttributeSet!]!
         | 
| 1953 | 
            +
             | 
| 1954 | 
            +
              """To modify multiple CommonCodes' information"""
         | 
| 1955 | 
            +
              updateMultipleCommonCode(patches: [CommonCodePatch!]!): [CommonCode!]!
         | 
| 1956 | 
            +
             | 
| 1957 | 
            +
              """To modify multiple CommonCodeDetails' information"""
         | 
| 1958 | 
            +
              updateMultipleCommonCodeDetail(patches: [CommonCodeDetailPatch!]!): [CommonCodeDetail!]!
         | 
| 1959 | 
            +
             | 
| 1960 | 
            +
              """To modify multiple connections' information"""
         | 
| 1961 | 
            +
              updateMultipleConnection(patches: [ConnectionPatch!]!): [Connection!]!
         | 
| 1962 | 
            +
             | 
| 1963 | 
            +
              """To modify multiple Contacts' information"""
         | 
| 1964 | 
            +
              updateMultipleContact(patches: [ContactPatch!]!): [Contact!]!
         | 
| 1965 | 
            +
             | 
| 1966 | 
            +
              """To modify multiple Departments' information"""
         | 
| 1967 | 
            +
              updateMultipleDepartment(patches: [DepartmentPatch!]!): [Department!]!
         | 
| 1968 | 
            +
             | 
| 1969 | 
            +
              """To modify multiple Employees' information"""
         | 
| 1970 | 
            +
              updateMultipleEmployee(patches: [EmployeePatch!]!): [Employee!]!
         | 
| 1971 | 
            +
             | 
| 1972 | 
            +
              """To modify multiple Entitys' information"""
         | 
| 1973 | 
            +
              updateMultipleEntity(patches: [EntityPatch!]!): [Entity!]!
         | 
| 1974 | 
            +
             | 
| 1975 | 
            +
              """To modify multiple Entitys' information"""
         | 
| 1976 | 
            +
              updateMultipleEntityColumn(patches: [EntityColumnPatch!]!): [EntityColumn!]!
         | 
| 1977 | 
            +
             | 
| 1978 | 
            +
              """To modify multiple Menus' information"""
         | 
| 1979 | 
            +
              updateMultipleMenu(patches: [MenuPatch!]!): [Menu!]!
         | 
| 1980 | 
            +
             | 
| 1981 | 
            +
              """To modify multiple ApprovalLines' information for current user"""
         | 
| 1982 | 
            +
              updateMultipleMyApprovalLine(patches: [ApprovalLinePatch!]!): [ApprovalLine!]!
         | 
| 1983 | 
            +
             | 
| 1984 | 
            +
              """To modify multiple Notificationes' information"""
         | 
| 1985 | 
            +
              updateMultipleNotification(patches: [NotificationPatch!]!): [Notification!]!
         | 
| 1986 | 
            +
             | 
| 1987 | 
            +
              """To modify multiple NotificationRules' information"""
         | 
| 1988 | 
            +
              updateMultipleNotificationRule(patches: [NotificationRulePatch!]!): [NotificationRule!]!
         | 
| 1989 | 
            +
             | 
| 1990 | 
            +
              """To modify multiple PartnerSettings' information"""
         | 
| 1991 | 
            +
              updateMultiplePartnerSetting(patches: [PartnerSettingPatch!]!): [PartnerSetting!]!
         | 
| 1992 | 
            +
             | 
| 1993 | 
            +
              """To modify multiple PayloadLogs' information"""
         | 
| 1994 | 
            +
              updateMultiplePayloadLog(patches: [PayloadLogPatch!]!): [PayloadLog!]!
         | 
| 1995 | 
            +
             | 
| 1996 | 
            +
              """To modify multiple PrinterDevices' information"""
         | 
| 1997 | 
            +
              updateMultiplePrinterDevice(patches: [PrinterDevicePatch!]!): [PrinterDevice!]!
         | 
| 1998 | 
            +
             | 
| 1999 | 
            +
              """To modify multiple scenarios' information"""
         | 
| 2000 | 
            +
              updateMultipleScenario(patches: [ScenarioPatch!]!): [Scenario!]!
         | 
| 2001 | 
            +
             | 
| 2002 | 
            +
              """To modify multiple Settings' information"""
         | 
| 2003 | 
            +
              updateMultipleSetting(patches: [SettingPatch!]!): [Setting!]!
         | 
| 2004 | 
            +
             | 
| 2005 | 
            +
              """To modify multiple steps' in a scenario"""
         | 
| 2006 | 
            +
              updateMultipleStep(patches: [StepPatch!]!, scenarioId: String!): [Step!]!
         | 
| 2007 | 
            +
             | 
| 2008 | 
            +
              """To modify multiple Terminologies' information"""
         | 
| 2009 | 
            +
              updateMultipleTerminologies(patches: [TerminologyPatch!]!): [Terminology!]!
         | 
| 2010 | 
            +
             | 
| 2011 | 
            +
              """To modify multiple Themes' information"""
         | 
| 2012 | 
            +
              updateMultipleTheme(patches: [ThemePatch!]!): [Theme!]!
         | 
| 2013 | 
            +
             | 
| 2014 | 
            +
              """To modify multiple users information"""
         | 
| 2015 | 
            +
              updateMultipleUser(patches: [UserPatch!]!): [User!]!
         | 
| 2016 | 
            +
             | 
| 2017 | 
            +
              """To modify ApprovalLine information for current user"""
         | 
| 2018 | 
            +
              updateMyApprovalLine(id: String!, patch: ApprovalLinePatch!): ApprovalLine!
         | 
| 2019 | 
            +
             | 
| 2020 | 
            +
              """To modify Notification information"""
         | 
| 2021 | 
            +
              updateNotification(id: String!, patch: NotificationPatch!): Notification!
         | 
| 2022 | 
            +
             | 
| 2023 | 
            +
              """To modify NotificationRule information"""
         | 
| 2024 | 
            +
              updateNotificationRule(id: String!, patch: NotificationRulePatch!): NotificationRule!
         | 
| 2025 | 
            +
             | 
| 2026 | 
            +
              """To modify Oauth2Client information"""
         | 
| 2027 | 
            +
              updateOauth2Client(id: String!, patch: Oauth2ClientPatch!): Oauth2Client!
         | 
| 2028 | 
            +
             | 
| 2029 | 
            +
              """To modify PayloadLog information"""
         | 
| 2030 | 
            +
              updatePayloadLog(id: String!, patch: PayloadLogPatch!): PayloadLog!
         | 
| 2031 | 
            +
             | 
| 2032 | 
            +
              """To modify PlayGroup information"""
         | 
| 2033 | 
            +
              updatePlayGroup(id: String!, patch: PlayGroupPatch!): PlayGroup!
         | 
| 2034 | 
            +
             | 
| 2035 | 
            +
              """To modify PrinterDevice information"""
         | 
| 2036 | 
            +
              updatePrinterDevice(id: String!, patch: PrinterDevicePatch!): PrinterDevice!
         | 
| 2037 | 
            +
             | 
| 2038 | 
            +
              """To modify privilege information"""
         | 
| 2039 | 
            +
              updatePrivilege(category: String!, name: String!, patch: PrivilegePatch!): Privilege!
         | 
| 2040 | 
            +
             | 
| 2041 | 
            +
              """To modify role information"""
         | 
| 2042 | 
            +
              updateRole(id: String!, patch: RolePatch!): Role!
         | 
| 2043 | 
            +
             | 
| 2044 | 
            +
              """To update role Menu"""
         | 
| 2045 | 
            +
              updateRoleMenu(isCheckedMenu: Boolean!, roleId: String!, targetMenuId: String!): Menu!
         | 
| 2046 | 
            +
             | 
| 2047 | 
            +
              """To update role Menu"""
         | 
| 2048 | 
            +
              updateRoleMenus(isCheckedAll: Boolean!, parentMenuId: String!, roleId: String!): [Menu!]!
         | 
| 2049 | 
            +
             | 
| 2050 | 
            +
              """To modify scenario information"""
         | 
| 2051 | 
            +
              updateScenario(name: String!, patch: ScenarioPatch!): Scenario!
         | 
| 2052 | 
            +
             | 
| 2053 | 
            +
              """To modify Setting information"""
         | 
| 2054 | 
            +
              updateSetting(name: String!, patch: SettingPatch!): Setting!
         | 
| 2055 | 
            +
             | 
| 2056 | 
            +
              """To modify Terminology information"""
         | 
| 2057 | 
            +
              updateTerminology(id: String!, patch: TerminologyPatch!): Terminology!
         | 
| 2058 | 
            +
             | 
| 2059 | 
            +
              """To modify Theme information"""
         | 
| 2060 | 
            +
              updateTheme(id: String!, patch: ThemePatch!): Theme!
         | 
| 2061 | 
            +
             | 
| 2062 | 
            +
              """To modify user information"""
         | 
| 2063 | 
            +
              updateUser(email: String!, patch: UserPatch!): User!
         | 
| 2064 | 
            +
             | 
| 2065 | 
            +
              """To update roles for a user"""
         | 
| 2066 | 
            +
              updateUserRoles(availableRoles: [ObjectRef!]!, selectedRoles: [ObjectRef!]!, userId: String!): User!
         | 
| 2067 | 
            +
            }
         | 
| 2068 | 
            +
             | 
| 2069 | 
            +
            input NewAppliance {
         | 
| 2070 | 
            +
              brand: String!
         | 
| 2071 | 
            +
              description: String
         | 
| 2072 | 
            +
              model: String!
         | 
| 2073 | 
            +
              name: String!
         | 
| 2074 | 
            +
              netmask: String
         | 
| 2075 | 
            +
              serialNo: String!
         | 
| 2076 | 
            +
            }
         | 
| 2077 | 
            +
             | 
| 2078 | 
            +
            input NewApplication {
         | 
| 2079 | 
            +
              description: String
         | 
| 2080 | 
            +
              email: String
         | 
| 2081 | 
            +
              icon: String
         | 
| 2082 | 
            +
              name: String!
         | 
| 2083 | 
            +
              redirectUrl: String
         | 
| 2084 | 
            +
              type: ApplicationType
         | 
| 2085 | 
            +
              url: String
         | 
| 2086 | 
            +
              webhook: String
         | 
| 2087 | 
            +
            }
         | 
| 2088 | 
            +
             | 
| 2089 | 
            +
            input NewApprovalLine {
         | 
| 2090 | 
            +
              description: String
         | 
| 2091 | 
            +
              model: Object
         | 
| 2092 | 
            +
              name: String!
         | 
| 2093 | 
            +
              owner: ObjectRefApprovalLineOwnerType!
         | 
| 2094 | 
            +
              ownerType: ApprovalLineOwnerType!
         | 
| 2095 | 
            +
            }
         | 
| 2096 | 
            +
             | 
| 2097 | 
            +
            input NewAttachment {
         | 
| 2098 | 
            +
              category: String
         | 
| 2099 | 
            +
              description: String
         | 
| 2100 | 
            +
              file: Upload!
         | 
| 2101 | 
            +
              refBy: String
         | 
| 2102 | 
            +
              refType: String
         | 
| 2103 | 
            +
            }
         | 
| 2104 | 
            +
             | 
| 2105 | 
            +
            input NewAttributeSet {
         | 
| 2106 | 
            +
              active: Boolean
         | 
| 2107 | 
            +
              description: String
         | 
| 2108 | 
            +
              entity: String!
         | 
| 2109 | 
            +
              items: [AttributeSetItemPatch!]
         | 
| 2110 | 
            +
            }
         | 
| 2111 | 
            +
             | 
| 2112 | 
            +
            input NewBoard {
         | 
| 2113 | 
            +
              description: String
         | 
| 2114 | 
            +
              groupId: String
         | 
| 2115 | 
            +
              model: String!
         | 
| 2116 | 
            +
              name: String!
         | 
| 2117 | 
            +
              thumbnail: String
         | 
| 2118 | 
            +
            }
         | 
| 2119 | 
            +
             | 
| 2120 | 
            +
            input NewBoardTemplate {
         | 
| 2121 | 
            +
              description: String
         | 
| 2122 | 
            +
              model: String!
         | 
| 2123 | 
            +
              name: String!
         | 
| 2124 | 
            +
              state: BoardTemplateStatus
         | 
| 2125 | 
            +
              thumbnail: String
         | 
| 2126 | 
            +
            }
         | 
| 2127 | 
            +
             | 
| 2128 | 
            +
            input NewCommonCode {
         | 
| 2129 | 
            +
              description: String
         | 
| 2130 | 
            +
              details: [String!]
         | 
| 2131 | 
            +
              name: String!
         | 
| 2132 | 
            +
            }
         | 
| 2133 | 
            +
             | 
| 2134 | 
            +
            input NewCommonCodeDetail {
         | 
| 2135 | 
            +
              commonCode: ObjectRef!
         | 
| 2136 | 
            +
              description: String
         | 
| 2137 | 
            +
              name: String!
         | 
| 2138 | 
            +
              rank: Float!
         | 
| 2139 | 
            +
            }
         | 
| 2140 | 
            +
             | 
| 2141 | 
            +
            input NewConnection {
         | 
| 2142 | 
            +
              description: String
         | 
| 2143 | 
            +
              endpoint: String
         | 
| 2144 | 
            +
              name: String!
         | 
| 2145 | 
            +
              params: String
         | 
| 2146 | 
            +
              type: String
         | 
| 2147 | 
            +
            }
         | 
| 2148 | 
            +
             | 
| 2149 | 
            +
            input NewContact {
         | 
| 2150 | 
            +
              address: String
         | 
| 2151 | 
            +
              company: String
         | 
| 2152 | 
            +
              department: String
         | 
| 2153 | 
            +
              email: String
         | 
| 2154 | 
            +
              items: [ContactItemPatch!]
         | 
| 2155 | 
            +
              name: String!
         | 
| 2156 | 
            +
              note: String
         | 
| 2157 | 
            +
              phone: String
         | 
| 2158 | 
            +
              profile: ProfileInput
         | 
| 2159 | 
            +
            }
         | 
| 2160 | 
            +
             | 
| 2161 | 
            +
            input NewDepartment {
         | 
| 2162 | 
            +
              active: Boolean
         | 
| 2163 | 
            +
              controlNo: String!
         | 
| 2164 | 
            +
              description: String
         | 
| 2165 | 
            +
              extension: String
         | 
| 2166 | 
            +
              manager: ObjectRefForEmployee
         | 
| 2167 | 
            +
              name: String!
         | 
| 2168 | 
            +
              parent: ObjectRef
         | 
| 2169 | 
            +
              picture: Upload
         | 
| 2170 | 
            +
              state: DepartmentStatus
         | 
| 2171 | 
            +
            }
         | 
| 2172 | 
            +
             | 
| 2173 | 
            +
            input NewEmployee {
         | 
| 2174 | 
            +
              active: Boolean
         | 
| 2175 | 
            +
              alias: String
         | 
| 2176 | 
            +
              controlNo: String!
         | 
| 2177 | 
            +
              department: ObjectRef
         | 
| 2178 | 
            +
              extension: String
         | 
| 2179 | 
            +
              hiredOn: String
         | 
| 2180 | 
            +
              jobPosition: String
         | 
| 2181 | 
            +
              jobResponsibility: String
         | 
| 2182 | 
            +
              name: String!
         | 
| 2183 | 
            +
              note: String
         | 
| 2184 | 
            +
              photo: Upload
         | 
| 2185 | 
            +
              retiredAt: String
         | 
| 2186 | 
            +
              supervisor: ObjectRefForEmployee
         | 
| 2187 | 
            +
              type: EmployeeType
         | 
| 2188 | 
            +
              user: ObjectRefForUser
         | 
| 2189 | 
            +
            }
         | 
| 2190 | 
            +
             | 
| 2191 | 
            +
            input NewEntity {
         | 
| 2192 | 
            +
              active: Boolean
         | 
| 2193 | 
            +
              association: String
         | 
| 2194 | 
            +
              bundle: String!
         | 
| 2195 | 
            +
              columns: [String!]
         | 
| 2196 | 
            +
              dataProp: String
         | 
| 2197 | 
            +
              delStrategy: String
         | 
| 2198 | 
            +
              description: String
         | 
| 2199 | 
            +
              extEntity: Boolean
         | 
| 2200 | 
            +
              fixedColumns: Int
         | 
| 2201 | 
            +
              idField: String
         | 
| 2202 | 
            +
              idType: String
         | 
| 2203 | 
            +
              master: String
         | 
| 2204 | 
            +
              multiSaveUrl: String
         | 
| 2205 | 
            +
              name: String!
         | 
| 2206 | 
            +
              refField: String
         | 
| 2207 | 
            +
              searchUrl: String
         | 
| 2208 | 
            +
              tableName: String!
         | 
| 2209 | 
            +
              titleField: String
         | 
| 2210 | 
            +
            }
         | 
| 2211 | 
            +
             | 
| 2212 | 
            +
            input NewEntityColumn {
         | 
| 2213 | 
            +
              colSize: Float
         | 
| 2214 | 
            +
              colType: String!
         | 
| 2215 | 
            +
              defVal: String
         | 
| 2216 | 
            +
              description: String
         | 
| 2217 | 
            +
              entity: ObjectRef!
         | 
| 2218 | 
            +
              formEditor: String
         | 
| 2219 | 
            +
              formFormat: String
         | 
| 2220 | 
            +
              formValidator: String
         | 
| 2221 | 
            +
              gridAlign: String
         | 
| 2222 | 
            +
              gridEditor: String
         | 
| 2223 | 
            +
              gridFormat: String
         | 
| 2224 | 
            +
              gridRank: Int
         | 
| 2225 | 
            +
              gridValidator: String
         | 
| 2226 | 
            +
              gridWidth: Int
         | 
| 2227 | 
            +
              ignoreOnSav: Boolean
         | 
| 2228 | 
            +
              name: String!
         | 
| 2229 | 
            +
              nullable: Boolean
         | 
| 2230 | 
            +
              rangeVal: String
         | 
| 2231 | 
            +
              rank: Float
         | 
| 2232 | 
            +
              refName: String
         | 
| 2233 | 
            +
              refParams: String
         | 
| 2234 | 
            +
              refRelated: String
         | 
| 2235 | 
            +
              refType: String
         | 
| 2236 | 
            +
              refUrl: String
         | 
| 2237 | 
            +
              reverseSort: Boolean
         | 
| 2238 | 
            +
              searchEditor: String
         | 
| 2239 | 
            +
              searchInitVal: String
         | 
| 2240 | 
            +
              searchName: String
         | 
| 2241 | 
            +
              searchOper: String
         | 
| 2242 | 
            +
              searchRank: Int
         | 
| 2243 | 
            +
              sortRank: Int
         | 
| 2244 | 
            +
              term: String
         | 
| 2245 | 
            +
              uniqRank: Int
         | 
| 2246 | 
            +
              virtualField: Boolean
         | 
| 2247 | 
            +
            }
         | 
| 2248 | 
            +
             | 
| 2249 | 
            +
            input NewFavorite {
         | 
| 2250 | 
            +
              routing: String!
         | 
| 2251 | 
            +
            }
         | 
| 2252 | 
            +
             | 
| 2253 | 
            +
            input NewFont {
         | 
| 2254 | 
            +
              active: Boolean
         | 
| 2255 | 
            +
              files: [Upload!]
         | 
| 2256 | 
            +
              name: String!
         | 
| 2257 | 
            +
              path: String
         | 
| 2258 | 
            +
              provider: String
         | 
| 2259 | 
            +
              uri: String
         | 
| 2260 | 
            +
            }
         | 
| 2261 | 
            +
             | 
| 2262 | 
            +
            input NewGroup {
         | 
| 2263 | 
            +
              description: String
         | 
| 2264 | 
            +
              name: String!
         | 
| 2265 | 
            +
            }
         | 
| 2266 | 
            +
             | 
| 2267 | 
            +
            input NewMenu {
         | 
| 2268 | 
            +
              buttons: [ObjectRef!]
         | 
| 2269 | 
            +
              category: String
         | 
| 2270 | 
            +
              children: [ObjectRef!]
         | 
| 2271 | 
            +
              columns: [ObjectRef!]
         | 
| 2272 | 
            +
              description: String
         | 
| 2273 | 
            +
              detailFormId: String
         | 
| 2274 | 
            +
              detailLayout: String
         | 
| 2275 | 
            +
              fixedColumns: Int
         | 
| 2276 | 
            +
              gridSaveUrl: String
         | 
| 2277 | 
            +
              hiddenFlag: Boolean
         | 
| 2278 | 
            +
              iconPath: String
         | 
| 2279 | 
            +
              idField: String
         | 
| 2280 | 
            +
              itemsProp: String
         | 
| 2281 | 
            +
              menuType: String!
         | 
| 2282 | 
            +
              name: String!
         | 
| 2283 | 
            +
              pagination: Boolean
         | 
| 2284 | 
            +
              parent: ObjectRef
         | 
| 2285 | 
            +
              rank: Int
         | 
| 2286 | 
            +
              resourceId: String
         | 
| 2287 | 
            +
              resourceName: String
         | 
| 2288 | 
            +
              resourceType: String
         | 
| 2289 | 
            +
              resourceUrl: String
         | 
| 2290 | 
            +
              role: ObjectRef
         | 
| 2291 | 
            +
              routing: String
         | 
| 2292 | 
            +
              routingType: String
         | 
| 2293 | 
            +
              template: String
         | 
| 2294 | 
            +
              titleField: String
         | 
| 2295 | 
            +
              totalProp: String
         | 
| 2296 | 
            +
            }
         | 
| 2297 | 
            +
             | 
| 2298 | 
            +
            input NewMenuButton {
         | 
| 2299 | 
            +
              auth: String
         | 
| 2300 | 
            +
              icon: String
         | 
| 2301 | 
            +
              logic: String
         | 
| 2302 | 
            +
              menu: String!
         | 
| 2303 | 
            +
              rank: Int
         | 
| 2304 | 
            +
              style: String
         | 
| 2305 | 
            +
              text: String!
         | 
| 2306 | 
            +
            }
         | 
| 2307 | 
            +
             | 
| 2308 | 
            +
            input NewMenuColumn {
         | 
| 2309 | 
            +
              colSize: Int
         | 
| 2310 | 
            +
              colType: String!
         | 
| 2311 | 
            +
              defVal: String
         | 
| 2312 | 
            +
              description: String
         | 
| 2313 | 
            +
              extField: Boolean
         | 
| 2314 | 
            +
              formEditor: String
         | 
| 2315 | 
            +
              formFormat: String
         | 
| 2316 | 
            +
              formValidator: String
         | 
| 2317 | 
            +
              gridAlign: String
         | 
| 2318 | 
            +
              gridEditor: String
         | 
| 2319 | 
            +
              gridFormat: String
         | 
| 2320 | 
            +
              gridRank: Int
         | 
| 2321 | 
            +
              gridValidator: String
         | 
| 2322 | 
            +
              gridWidth: Int
         | 
| 2323 | 
            +
              ignoreOnSave: Boolean
         | 
| 2324 | 
            +
              menu: String!
         | 
| 2325 | 
            +
              name: String!
         | 
| 2326 | 
            +
              nullable: Boolean
         | 
| 2327 | 
            +
              rangeVal: String
         | 
| 2328 | 
            +
              rank: Int
         | 
| 2329 | 
            +
              refName: String
         | 
| 2330 | 
            +
              refParams: String
         | 
| 2331 | 
            +
              refRelated: String
         | 
| 2332 | 
            +
              refType: String
         | 
| 2333 | 
            +
              refUrl: String
         | 
| 2334 | 
            +
              reverseSort: Boolean
         | 
| 2335 | 
            +
              searchEditor: String
         | 
| 2336 | 
            +
              searchInitVal: String
         | 
| 2337 | 
            +
              searchName: String
         | 
| 2338 | 
            +
              searchOper: String
         | 
| 2339 | 
            +
              searchRank: Int
         | 
| 2340 | 
            +
              sortRank: Int
         | 
| 2341 | 
            +
              term: String
         | 
| 2342 | 
            +
              uniqRank: Int
         | 
| 2343 | 
            +
              virtualField: Boolean
         | 
| 2344 | 
            +
            }
         | 
| 2345 | 
            +
             | 
| 2346 | 
            +
            input NewMenuDetail {
         | 
| 2347 | 
            +
              association: String
         | 
| 2348 | 
            +
              buttons: [String!]
         | 
| 2349 | 
            +
              columns: [String!]
         | 
| 2350 | 
            +
              customView: String
         | 
| 2351 | 
            +
              dataProp: String
         | 
| 2352 | 
            +
              entityId: String
         | 
| 2353 | 
            +
              masterField: String
         | 
| 2354 | 
            +
              menu: String!
         | 
| 2355 | 
            +
              name: String!
         | 
| 2356 | 
            +
              saveUrl: String
         | 
| 2357 | 
            +
              searchUrl: String
         | 
| 2358 | 
            +
              viewSection: String!
         | 
| 2359 | 
            +
            }
         | 
| 2360 | 
            +
             | 
| 2361 | 
            +
            input NewMenuDetailButton {
         | 
| 2362 | 
            +
              icon: String
         | 
| 2363 | 
            +
              logic: String
         | 
| 2364 | 
            +
              menuDetail: String!
         | 
| 2365 | 
            +
              rank: Int
         | 
| 2366 | 
            +
              style: String
         | 
| 2367 | 
            +
              text: String!
         | 
| 2368 | 
            +
            }
         | 
| 2369 | 
            +
             | 
| 2370 | 
            +
            input NewMenuDetailColumn {
         | 
| 2371 | 
            +
              colSize: Int
         | 
| 2372 | 
            +
              colType: String
         | 
| 2373 | 
            +
              defVal: String
         | 
| 2374 | 
            +
              description: String
         | 
| 2375 | 
            +
              extField: Boolean
         | 
| 2376 | 
            +
              formEditor: String
         | 
| 2377 | 
            +
              formFormat: String
         | 
| 2378 | 
            +
              formValidator: String
         | 
| 2379 | 
            +
              gridAlign: String
         | 
| 2380 | 
            +
              gridEditor: String
         | 
| 2381 | 
            +
              gridFormat: String
         | 
| 2382 | 
            +
              gridRank: Int
         | 
| 2383 | 
            +
              gridValidator: String
         | 
| 2384 | 
            +
              gridWidth: Int
         | 
| 2385 | 
            +
              ignoreOnSave: Boolean
         | 
| 2386 | 
            +
              menuDetail: String
         | 
| 2387 | 
            +
              name: String
         | 
| 2388 | 
            +
              nullable: Boolean
         | 
| 2389 | 
            +
              rangeVal: String
         | 
| 2390 | 
            +
              rank: Int
         | 
| 2391 | 
            +
              refName: String
         | 
| 2392 | 
            +
              refParams: String
         | 
| 2393 | 
            +
              refRelated: String
         | 
| 2394 | 
            +
              refType: String
         | 
| 2395 | 
            +
              refUrl: String
         | 
| 2396 | 
            +
              reverseSort: Boolean
         | 
| 2397 | 
            +
              searchEditor: String
         | 
| 2398 | 
            +
              searchInitVal: String
         | 
| 2399 | 
            +
              searchName: String
         | 
| 2400 | 
            +
              searchOper: String
         | 
| 2401 | 
            +
              searchRank: Int
         | 
| 2402 | 
            +
              sortRank: Int
         | 
| 2403 | 
            +
              term: String
         | 
| 2404 | 
            +
              uniqRank: Int
         | 
| 2405 | 
            +
              virtualField: Boolean
         | 
| 2406 | 
            +
            }
         | 
| 2407 | 
            +
             | 
| 2408 | 
            +
            input NewNotification {
         | 
| 2409 | 
            +
              body: String
         | 
| 2410 | 
            +
              image: String
         | 
| 2411 | 
            +
              ownerId: String
         | 
| 2412 | 
            +
              property: Object
         | 
| 2413 | 
            +
              subject: String
         | 
| 2414 | 
            +
              timestamp: Timestamp
         | 
| 2415 | 
            +
              title: String
         | 
| 2416 | 
            +
              type: String
         | 
| 2417 | 
            +
              url: String
         | 
| 2418 | 
            +
            }
         | 
| 2419 | 
            +
             | 
| 2420 | 
            +
            input NewNotificationRule {
         | 
| 2421 | 
            +
              active: Boolean
         | 
| 2422 | 
            +
              body: String
         | 
| 2423 | 
            +
              description: String
         | 
| 2424 | 
            +
              name: String!
         | 
| 2425 | 
            +
              state: NotificationRuleStatus
         | 
| 2426 | 
            +
              thumbnail: Upload
         | 
| 2427 | 
            +
              title: String
         | 
| 2428 | 
            +
              url: String
         | 
| 2429 | 
            +
            }
         | 
| 2430 | 
            +
             | 
| 2431 | 
            +
            input NewOauth2Client {
         | 
| 2432 | 
            +
              accessToken: String
         | 
| 2433 | 
            +
              accessTokenUrl: String
         | 
| 2434 | 
            +
              authUrl: String
         | 
| 2435 | 
            +
              callbackUrl: String
         | 
| 2436 | 
            +
              clientId: String
         | 
| 2437 | 
            +
              clientSecret: String
         | 
| 2438 | 
            +
              codeChallengeMethod: String
         | 
| 2439 | 
            +
              codeVerifier: String
         | 
| 2440 | 
            +
              description: String
         | 
| 2441 | 
            +
              grantType: String
         | 
| 2442 | 
            +
              icon: String
         | 
| 2443 | 
            +
              jwtToken: String
         | 
| 2444 | 
            +
              name: String!
         | 
| 2445 | 
            +
              password: String
         | 
| 2446 | 
            +
              refreshToken: String
         | 
| 2447 | 
            +
              scopes: String
         | 
| 2448 | 
            +
              username: String
         | 
| 2449 | 
            +
              webhook: String
         | 
| 2450 | 
            +
            }
         | 
| 2451 | 
            +
             | 
| 2452 | 
            +
            input NewPayloadLog {
         | 
| 2453 | 
            +
              description: String
         | 
| 2454 | 
            +
              name: String!
         | 
| 2455 | 
            +
            }
         | 
| 2456 | 
            +
             | 
| 2457 | 
            +
            input NewPlayGroup {
         | 
| 2458 | 
            +
              description: String
         | 
| 2459 | 
            +
              name: String!
         | 
| 2460 | 
            +
            }
         | 
| 2461 | 
            +
             | 
| 2462 | 
            +
            input NewPrinterDevice {
         | 
| 2463 | 
            +
              activeFlag: Boolean
         | 
| 2464 | 
            +
              defaultFlag: Boolean
         | 
| 2465 | 
            +
              description: String!
         | 
| 2466 | 
            +
              dpi: Int
         | 
| 2467 | 
            +
              jobCategory: String
         | 
| 2468 | 
            +
              jobClass: String
         | 
| 2469 | 
            +
              jobType: String
         | 
| 2470 | 
            +
              name: String!
         | 
| 2471 | 
            +
              note: String
         | 
| 2472 | 
            +
              printerDriver: String
         | 
| 2473 | 
            +
              printerIp: String
         | 
| 2474 | 
            +
              printerPort: Int
         | 
| 2475 | 
            +
              serviceUrl: String
         | 
| 2476 | 
            +
              status: String
         | 
| 2477 | 
            +
              type: String
         | 
| 2478 | 
            +
            }
         | 
| 2479 | 
            +
             | 
| 2480 | 
            +
            input NewPrivilege {
         | 
| 2481 | 
            +
              category: String!
         | 
| 2482 | 
            +
              description: String
         | 
| 2483 | 
            +
              name: String!
         | 
| 2484 | 
            +
              roles: [ObjectRef!]
         | 
| 2485 | 
            +
            }
         | 
| 2486 | 
            +
             | 
| 2487 | 
            +
            input NewRole {
         | 
| 2488 | 
            +
              description: String
         | 
| 2489 | 
            +
              name: String!
         | 
| 2490 | 
            +
              privileges: [ObjectRef!]
         | 
| 2491 | 
            +
              users: [ObjectRef!]
         | 
| 2492 | 
            +
            }
         | 
| 2493 | 
            +
             | 
| 2494 | 
            +
            input NewScenario {
         | 
| 2495 | 
            +
              active: Boolean
         | 
| 2496 | 
            +
              description: String
         | 
| 2497 | 
            +
              name: String!
         | 
| 2498 | 
            +
              schedule: String
         | 
| 2499 | 
            +
              timezone: String
         | 
| 2500 | 
            +
              type: String
         | 
| 2501 | 
            +
            }
         | 
| 2502 | 
            +
             | 
| 2503 | 
            +
            input NewSetting {
         | 
| 2504 | 
            +
              category: String!
         | 
| 2505 | 
            +
              description: String
         | 
| 2506 | 
            +
              name: String!
         | 
| 2507 | 
            +
              value: String
         | 
| 2508 | 
            +
            }
         | 
| 2509 | 
            +
             | 
| 2510 | 
            +
            input NewTerminology {
         | 
| 2511 | 
            +
              category: String!
         | 
| 2512 | 
            +
              description: String
         | 
| 2513 | 
            +
              display: String!
         | 
| 2514 | 
            +
              locale: String!
         | 
| 2515 | 
            +
              name: String!
         | 
| 2516 | 
            +
            }
         | 
| 2517 | 
            +
             | 
| 2518 | 
            +
            input NewTheme {
         | 
| 2519 | 
            +
              active: Boolean
         | 
| 2520 | 
            +
              description: String
         | 
| 2521 | 
            +
              name: String!
         | 
| 2522 | 
            +
              type: String
         | 
| 2523 | 
            +
              value: Object
         | 
| 2524 | 
            +
            }
         | 
| 2525 | 
            +
             | 
| 2526 | 
            +
            input NewUser {
         | 
| 2527 | 
            +
              description: String
         | 
| 2528 | 
            +
              email: String!
         | 
| 2529 | 
            +
              name: String!
         | 
| 2530 | 
            +
              password: String
         | 
| 2531 | 
            +
              roles: [ObjectRef!]
         | 
| 2532 | 
            +
              userType: String
         | 
| 2533 | 
            +
            }
         | 
| 2534 | 
            +
             | 
| 2535 | 
            +
            input NewUserByDomainWizardInput {
         | 
| 2536 | 
            +
              email: String!
         | 
| 2537 | 
            +
              isInvitee: Boolean
         | 
| 2538 | 
            +
              name: String!
         | 
| 2539 | 
            +
              owner: Boolean!
         | 
| 2540 | 
            +
              password: String
         | 
| 2541 | 
            +
              roles: [NewRole!]!
         | 
| 2542 | 
            +
            }
         | 
| 2543 | 
            +
             | 
| 2544 | 
            +
            """Entity for Notification"""
         | 
| 2545 | 
            +
            type Notification {
         | 
| 2546 | 
            +
              body: String
         | 
| 2547 | 
            +
              createdAt: Timestamp
         | 
| 2548 | 
            +
              creator: User
         | 
| 2549 | 
            +
              domain: Domain
         | 
| 2550 | 
            +
              id: ID!
         | 
| 2551 | 
            +
              image: String
         | 
| 2552 | 
            +
              owner: User
         | 
| 2553 | 
            +
              property: Object
         | 
| 2554 | 
            +
              state: String
         | 
| 2555 | 
            +
              subject: String
         | 
| 2556 | 
            +
              timestamp: Date
         | 
| 2557 | 
            +
              title: String
         | 
| 2558 | 
            +
              type: String
         | 
| 2559 | 
            +
              updatedAt: Timestamp
         | 
| 2560 | 
            +
              updater: User
         | 
| 2561 | 
            +
              url: String
         | 
| 2562 | 
            +
            }
         | 
| 2563 | 
            +
             | 
| 2564 | 
            +
            type NotificationList {
         | 
| 2565 | 
            +
              items: [Notification!]!
         | 
| 2566 | 
            +
              total: Int!
         | 
| 2567 | 
            +
            }
         | 
| 2568 | 
            +
             | 
| 2569 | 
            +
            input NotificationPatch {
         | 
| 2570 | 
            +
              cuFlag: String
         | 
| 2571 | 
            +
              id: ID
         | 
| 2572 | 
            +
              state: NotificationStatus
         | 
| 2573 | 
            +
            }
         | 
| 2574 | 
            +
             | 
| 2575 | 
            +
            """Entity for NotificationRule"""
         | 
| 2576 | 
            +
            type NotificationRule {
         | 
| 2577 | 
            +
              body: String
         | 
| 2578 | 
            +
              channels: String
         | 
| 2579 | 
            +
              createdAt: Timestamp
         | 
| 2580 | 
            +
              creator: User
         | 
| 2581 | 
            +
              deletedAt: Timestamp
         | 
| 2582 | 
            +
              description: String
         | 
| 2583 | 
            +
              domain: Domain
         | 
| 2584 | 
            +
              id: ID!
         | 
| 2585 | 
            +
              name: String
         | 
| 2586 | 
            +
             | 
| 2587 | 
            +
              """notification recipients."""
         | 
| 2588 | 
            +
              recipients: [RecipientItem!]
         | 
| 2589 | 
            +
              state: String
         | 
| 2590 | 
            +
              thumbnail: String
         | 
| 2591 | 
            +
              title: String
         | 
| 2592 | 
            +
              updatedAt: Timestamp
         | 
| 2593 | 
            +
              updater: User
         | 
| 2594 | 
            +
              url: String
         | 
| 2595 | 
            +
              version: Float
         | 
| 2596 | 
            +
            }
         | 
| 2597 | 
            +
             | 
| 2598 | 
            +
            type NotificationRuleList {
         | 
| 2599 | 
            +
              items: [NotificationRule!]!
         | 
| 2600 | 
            +
              total: Int!
         | 
| 2601 | 
            +
            }
         | 
| 2602 | 
            +
             | 
| 2603 | 
            +
            input NotificationRulePatch {
         | 
| 2604 | 
            +
              body: String
         | 
| 2605 | 
            +
              cuFlag: String
         | 
| 2606 | 
            +
              description: String
         | 
| 2607 | 
            +
              id: ID
         | 
| 2608 | 
            +
              name: String
         | 
| 2609 | 
            +
              state: NotificationRuleStatus
         | 
| 2610 | 
            +
              thumbnail: Upload
         | 
| 2611 | 
            +
              title: String
         | 
| 2612 | 
            +
              url: String
         | 
| 2613 | 
            +
            }
         | 
| 2614 | 
            +
             | 
| 2615 | 
            +
            """state enumeration of a notificationRule"""
         | 
| 2616 | 
            +
            enum NotificationRuleStatus {
         | 
| 2617 | 
            +
              DRAFT
         | 
| 2618 | 
            +
              RELEASED
         | 
| 2619 | 
            +
            }
         | 
| 2620 | 
            +
             | 
| 2621 | 
            +
            """state enumeration of a notification"""
         | 
| 2622 | 
            +
            enum NotificationStatus {
         | 
| 2623 | 
            +
              NOTREAD
         | 
| 2624 | 
            +
              READ
         | 
| 2625 | 
            +
            }
         | 
| 2626 | 
            +
             | 
| 2627 | 
            +
            """Entity for Oauth2Client"""
         | 
| 2628 | 
            +
            type Oauth2Client {
         | 
| 2629 | 
            +
              accessToken: String
         | 
| 2630 | 
            +
              accessTokenUrl: String
         | 
| 2631 | 
            +
              authUrl: String
         | 
| 2632 | 
            +
              callbackUrl: String
         | 
| 2633 | 
            +
              clientId: String
         | 
| 2634 | 
            +
              clientSecret: String
         | 
| 2635 | 
            +
              codeChallengeMethod: String
         | 
| 2636 | 
            +
              codeVerifier: String
         | 
| 2637 | 
            +
              createdAt: Timestamp
         | 
| 2638 | 
            +
              creator: User
         | 
| 2639 | 
            +
              description: String
         | 
| 2640 | 
            +
              domain: Domain
         | 
| 2641 | 
            +
              expires: Timestamp
         | 
| 2642 | 
            +
              grantType: String
         | 
| 2643 | 
            +
              icon: String
         | 
| 2644 | 
            +
              id: ID!
         | 
| 2645 | 
            +
              jwtToken: String
         | 
| 2646 | 
            +
              name: String!
         | 
| 2647 | 
            +
              password: String
         | 
| 2648 | 
            +
              refreshToken: String
         | 
| 2649 | 
            +
              scopes: String
         | 
| 2650 | 
            +
              state: String
         | 
| 2651 | 
            +
              tokenType: String
         | 
| 2652 | 
            +
              updatedAt: Timestamp
         | 
| 2653 | 
            +
              updater: User
         | 
| 2654 | 
            +
              username: String
         | 
| 2655 | 
            +
              webhook: String
         | 
| 2656 | 
            +
            }
         | 
| 2657 | 
            +
             | 
| 2658 | 
            +
            type Oauth2ClientList {
         | 
| 2659 | 
            +
              items: [Oauth2Client!]!
         | 
| 2660 | 
            +
              total: Int!
         | 
| 2661 | 
            +
            }
         | 
| 2662 | 
            +
             | 
| 2663 | 
            +
            input Oauth2ClientPatch {
         | 
| 2664 | 
            +
              accessToken: String
         | 
| 2665 | 
            +
              accessTokenUrl: String
         | 
| 2666 | 
            +
              authUrl: String
         | 
| 2667 | 
            +
              callbackUrl: String
         | 
| 2668 | 
            +
              clientId: String
         | 
| 2669 | 
            +
              clientSecret: String
         | 
| 2670 | 
            +
              codeChallengeMethod: String
         | 
| 2671 | 
            +
              codeVerifier: String
         | 
| 2672 | 
            +
              description: String
         | 
| 2673 | 
            +
              grantType: String
         | 
| 2674 | 
            +
              icon: String
         | 
| 2675 | 
            +
              jwtToken: String
         | 
| 2676 | 
            +
              name: String
         | 
| 2677 | 
            +
              password: String
         | 
| 2678 | 
            +
              refreshToken: String
         | 
| 2679 | 
            +
              scopes: String
         | 
| 2680 | 
            +
              username: String
         | 
| 2681 | 
            +
              webhook: String
         | 
| 2682 | 
            +
            }
         | 
| 2683 | 
            +
             | 
| 2684 | 
            +
            """Can be anything"""
         | 
| 2685 | 
            +
            scalar Object
         | 
| 2686 | 
            +
             | 
| 2687 | 
            +
            input ObjectRef {
         | 
| 2688 | 
            +
              """Field description"""
         | 
| 2689 | 
            +
              description: String
         | 
| 2690 | 
            +
             | 
| 2691 | 
            +
              """Field id"""
         | 
| 2692 | 
            +
              id: ID!
         | 
| 2693 | 
            +
             | 
| 2694 | 
            +
              """Field name"""
         | 
| 2695 | 
            +
              name: String
         | 
| 2696 | 
            +
            }
         | 
| 2697 | 
            +
             | 
| 2698 | 
            +
            input ObjectRefApprovalLineOwnerType {
         | 
| 2699 | 
            +
              controlNo: String
         | 
| 2700 | 
            +
             | 
| 2701 | 
            +
              """Field description"""
         | 
| 2702 | 
            +
              description: String
         | 
| 2703 | 
            +
             | 
| 2704 | 
            +
              """Field id"""
         | 
| 2705 | 
            +
              id: ID!
         | 
| 2706 | 
            +
             | 
| 2707 | 
            +
              """Field name"""
         | 
| 2708 | 
            +
              name: String
         | 
| 2709 | 
            +
            }
         | 
| 2710 | 
            +
             | 
| 2711 | 
            +
            input ObjectRefForEmployee {
         | 
| 2712 | 
            +
              active: Boolean
         | 
| 2713 | 
            +
              alias: String
         | 
| 2714 | 
            +
              controlNo: String
         | 
| 2715 | 
            +
             | 
| 2716 | 
            +
              """Field description"""
         | 
| 2717 | 
            +
              description: String
         | 
| 2718 | 
            +
              email: String
         | 
| 2719 | 
            +
              hiredOn: String
         | 
| 2720 | 
            +
             | 
| 2721 | 
            +
              """Field id"""
         | 
| 2722 | 
            +
              id: ID!
         | 
| 2723 | 
            +
              jobPosition: String
         | 
| 2724 | 
            +
             | 
| 2725 | 
            +
              """Field name"""
         | 
| 2726 | 
            +
              name: String
         | 
| 2727 | 
            +
              photo: String
         | 
| 2728 | 
            +
            }
         | 
| 2729 | 
            +
             | 
| 2730 | 
            +
            input ObjectRefForUser {
         | 
| 2731 | 
            +
              """Field description"""
         | 
| 2732 | 
            +
              description: String
         | 
| 2733 | 
            +
              email: String
         | 
| 2734 | 
            +
             | 
| 2735 | 
            +
              """Field id"""
         | 
| 2736 | 
            +
              id: ID!
         | 
| 2737 | 
            +
             | 
| 2738 | 
            +
              """Field name"""
         | 
| 2739 | 
            +
              name: String
         | 
| 2740 | 
            +
            }
         | 
| 2741 | 
            +
             | 
| 2742 | 
            +
            type OrgMemberTarget {
         | 
| 2743 | 
            +
              controlNo: String
         | 
| 2744 | 
            +
             | 
| 2745 | 
            +
              """Field description"""
         | 
| 2746 | 
            +
              description: String
         | 
| 2747 | 
            +
             | 
| 2748 | 
            +
              """Field id"""
         | 
| 2749 | 
            +
              id: ID!
         | 
| 2750 | 
            +
             | 
| 2751 | 
            +
              """Field name"""
         | 
| 2752 | 
            +
              name: String
         | 
| 2753 | 
            +
            }
         | 
| 2754 | 
            +
             | 
| 2755 | 
            +
            """type enumeration of a approval line item"""
         | 
| 2756 | 
            +
            enum OrgMemberTargetType {
         | 
| 2757 | 
            +
              Department
         | 
| 2758 | 
            +
              Employee
         | 
| 2759 | 
            +
              MyDepartment
         | 
| 2760 | 
            +
              MySupervisor
         | 
| 2761 | 
            +
              Myself
         | 
| 2762 | 
            +
              Role
         | 
| 2763 | 
            +
            }
         | 
| 2764 | 
            +
             | 
| 2765 | 
            +
            input Pagination {
         | 
| 2766 | 
            +
              limit: Int
         | 
| 2767 | 
            +
              page: Int
         | 
| 2768 | 
            +
            }
         | 
| 2769 | 
            +
             | 
| 2770 | 
            +
            type Partner {
         | 
| 2771 | 
            +
              approvedAt: Timestamp!
         | 
| 2772 | 
            +
              approver: User
         | 
| 2773 | 
            +
              domain: Domain!
         | 
| 2774 | 
            +
              id: ID!
         | 
| 2775 | 
            +
              partnerDomain: Domain!
         | 
| 2776 | 
            +
              requestedAt: Timestamp!
         | 
| 2777 | 
            +
              requester: User
         | 
| 2778 | 
            +
            }
         | 
| 2779 | 
            +
             | 
| 2780 | 
            +
            type PartnerList {
         | 
| 2781 | 
            +
              items: [Partner!]
         | 
| 2782 | 
            +
              total: Int
         | 
| 2783 | 
            +
            }
         | 
| 2784 | 
            +
             | 
| 2785 | 
            +
            """Entity for PartnerSetting"""
         | 
| 2786 | 
            +
            type PartnerSetting {
         | 
| 2787 | 
            +
              category: String
         | 
| 2788 | 
            +
              createdAt: Timestamp
         | 
| 2789 | 
            +
              creator: User
         | 
| 2790 | 
            +
              description: String
         | 
| 2791 | 
            +
              domain: Domain
         | 
| 2792 | 
            +
              id: ID!
         | 
| 2793 | 
            +
              name: String
         | 
| 2794 | 
            +
              partnerDomain: Domain
         | 
| 2795 | 
            +
              partnerDomainId: String
         | 
| 2796 | 
            +
              setting: Setting
         | 
| 2797 | 
            +
              settingId: String
         | 
| 2798 | 
            +
              updatedAt: Timestamp
         | 
| 2799 | 
            +
              updater: User
         | 
| 2800 | 
            +
              value: String
         | 
| 2801 | 
            +
            }
         | 
| 2802 | 
            +
             | 
| 2803 | 
            +
            type PartnerSettingList {
         | 
| 2804 | 
            +
              items: [PartnerSetting!]!
         | 
| 2805 | 
            +
              total: Int!
         | 
| 2806 | 
            +
            }
         | 
| 2807 | 
            +
             | 
| 2808 | 
            +
            input PartnerSettingPatch {
         | 
| 2809 | 
            +
              cuFlag: String!
         | 
| 2810 | 
            +
              id: ID
         | 
| 2811 | 
            +
              partnerDomain: ObjectRef
         | 
| 2812 | 
            +
              setting: ObjectRef
         | 
| 2813 | 
            +
              value: String
         | 
| 2814 | 
            +
            }
         | 
| 2815 | 
            +
             | 
| 2816 | 
            +
            """Entity for PayloadLog"""
         | 
| 2817 | 
            +
            type PayloadLog {
         | 
| 2818 | 
            +
              createdAt: Timestamp
         | 
| 2819 | 
            +
              creator: User
         | 
| 2820 | 
            +
              domain: Domain
         | 
| 2821 | 
            +
              endpoint: String!
         | 
| 2822 | 
            +
              id: ID!
         | 
| 2823 | 
            +
              name: String!
         | 
| 2824 | 
            +
              request: String!
         | 
| 2825 | 
            +
              response: String!
         | 
| 2826 | 
            +
              src: String
         | 
| 2827 | 
            +
              type: String!
         | 
| 2828 | 
            +
              updatedAt: Timestamp
         | 
| 2829 | 
            +
              updater: User
         | 
| 2830 | 
            +
            }
         | 
| 2831 | 
            +
             | 
| 2832 | 
            +
            type PayloadLogList {
         | 
| 2833 | 
            +
              items: [PayloadLog!]!
         | 
| 2834 | 
            +
              total: Int!
         | 
| 2835 | 
            +
            }
         | 
| 2836 | 
            +
             | 
| 2837 | 
            +
            input PayloadLogPatch {
         | 
| 2838 | 
            +
              cuFlag: String!
         | 
| 2839 | 
            +
              description: String
         | 
| 2840 | 
            +
              id: ID
         | 
| 2841 | 
            +
              name: String
         | 
| 2842 | 
            +
            }
         | 
| 2843 | 
            +
             | 
| 2844 | 
            +
            type PendingObject {
         | 
| 2845 | 
            +
              due: String!
         | 
| 2846 | 
            +
              priority: Int!
         | 
| 2847 | 
            +
              stuff: Object!
         | 
| 2848 | 
            +
              tag: String
         | 
| 2849 | 
            +
            }
         | 
| 2850 | 
            +
             | 
| 2851 | 
            +
            """Entity for Board PlayGroup"""
         | 
| 2852 | 
            +
            type PlayGroup {
         | 
| 2853 | 
            +
              boards: [Board!]
         | 
| 2854 | 
            +
              createdAt: Timestamp
         | 
| 2855 | 
            +
              creator: User
         | 
| 2856 | 
            +
              description: String
         | 
| 2857 | 
            +
              domain: Domain
         | 
| 2858 | 
            +
              id: ID!
         | 
| 2859 | 
            +
              name: String!
         | 
| 2860 | 
            +
              updatedAt: Timestamp
         | 
| 2861 | 
            +
              updater: User
         | 
| 2862 | 
            +
            }
         | 
| 2863 | 
            +
             | 
| 2864 | 
            +
            type PlayGroupList {
         | 
| 2865 | 
            +
              items: [PlayGroup!]!
         | 
| 2866 | 
            +
              total: Int!
         | 
| 2867 | 
            +
            }
         | 
| 2868 | 
            +
             | 
| 2869 | 
            +
            input PlayGroupPatch {
         | 
| 2870 | 
            +
              description: String
         | 
| 2871 | 
            +
              name: String
         | 
| 2872 | 
            +
            }
         | 
| 2873 | 
            +
             | 
| 2874 | 
            +
            """Entity for PrinterDevice"""
         | 
| 2875 | 
            +
            type PrinterDevice {
         | 
| 2876 | 
            +
              activeFlag: Boolean
         | 
| 2877 | 
            +
              createdAt: Timestamp
         | 
| 2878 | 
            +
              creator: User
         | 
| 2879 | 
            +
              defaultFlag: Boolean
         | 
| 2880 | 
            +
              description: String!
         | 
| 2881 | 
            +
              domain: Domain!
         | 
| 2882 | 
            +
              dpi: Int
         | 
| 2883 | 
            +
              id: ID!
         | 
| 2884 | 
            +
              jobCategory: String
         | 
| 2885 | 
            +
              jobClass: String
         | 
| 2886 | 
            +
              jobType: String
         | 
| 2887 | 
            +
              name: String!
         | 
| 2888 | 
            +
              note: String
         | 
| 2889 | 
            +
              printerDriver: String
         | 
| 2890 | 
            +
              printerIp: String
         | 
| 2891 | 
            +
              printerPort: Int
         | 
| 2892 | 
            +
              serviceUrl: String
         | 
| 2893 | 
            +
              status: String
         | 
| 2894 | 
            +
              type: String!
         | 
| 2895 | 
            +
              updatedAt: Timestamp
         | 
| 2896 | 
            +
              updater: User
         | 
| 2897 | 
            +
            }
         | 
| 2898 | 
            +
             | 
| 2899 | 
            +
            type PrinterDeviceList {
         | 
| 2900 | 
            +
              items: [PrinterDevice!]!
         | 
| 2901 | 
            +
              total: Int!
         | 
| 2902 | 
            +
            }
         | 
| 2903 | 
            +
             | 
| 2904 | 
            +
            input PrinterDevicePatch {
         | 
| 2905 | 
            +
              activeFlag: Boolean
         | 
| 2906 | 
            +
              cuFlag: String!
         | 
| 2907 | 
            +
              defaultFlag: Boolean
         | 
| 2908 | 
            +
              description: String
         | 
| 2909 | 
            +
              dpi: Int
         | 
| 2910 | 
            +
              id: ID
         | 
| 2911 | 
            +
              jobCategory: String
         | 
| 2912 | 
            +
              jobClass: String
         | 
| 2913 | 
            +
              jobType: String
         | 
| 2914 | 
            +
              name: String
         | 
| 2915 | 
            +
              note: String
         | 
| 2916 | 
            +
              printerDriver: String
         | 
| 2917 | 
            +
              printerIp: String
         | 
| 2918 | 
            +
              printerPort: Int
         | 
| 2919 | 
            +
              serviceUrl: String
         | 
| 2920 | 
            +
              status: String
         | 
| 2921 | 
            +
              type: String
         | 
| 2922 | 
            +
            }
         | 
| 2923 | 
            +
             | 
| 2924 | 
            +
            type Privilege {
         | 
| 2925 | 
            +
              category: String
         | 
| 2926 | 
            +
              createdAt: Timestamp
         | 
| 2927 | 
            +
              creator: User
         | 
| 2928 | 
            +
              description: String
         | 
| 2929 | 
            +
              id: ID!
         | 
| 2930 | 
            +
              name: String!
         | 
| 2931 | 
            +
              roles: [Role!]
         | 
| 2932 | 
            +
              updatedAt: Timestamp
         | 
| 2933 | 
            +
              updater: User
         | 
| 2934 | 
            +
            }
         | 
| 2935 | 
            +
             | 
| 2936 | 
            +
            type PrivilegeList {
         | 
| 2937 | 
            +
              items: [Privilege!]
         | 
| 2938 | 
            +
              total: Int
         | 
| 2939 | 
            +
            }
         | 
| 2940 | 
            +
             | 
| 2941 | 
            +
            input PrivilegePatch {
         | 
| 2942 | 
            +
              category: String
         | 
| 2943 | 
            +
              description: String
         | 
| 2944 | 
            +
              id: String
         | 
| 2945 | 
            +
              name: String
         | 
| 2946 | 
            +
              roles: [ObjectRef!]
         | 
| 2947 | 
            +
            }
         | 
| 2948 | 
            +
             | 
| 2949 | 
            +
            """Object type for Profile"""
         | 
| 2950 | 
            +
            type Profile {
         | 
| 2951 | 
            +
              left: Float
         | 
| 2952 | 
            +
              picture: String
         | 
| 2953 | 
            +
              top: Float
         | 
| 2954 | 
            +
              zoom: Float
         | 
| 2955 | 
            +
            }
         | 
| 2956 | 
            +
             | 
| 2957 | 
            +
            """Input type for Profile"""
         | 
| 2958 | 
            +
            input ProfileInput {
         | 
| 2959 | 
            +
              file: Upload
         | 
| 2960 | 
            +
              left: Float
         | 
| 2961 | 
            +
              picture: String
         | 
| 2962 | 
            +
              top: Float
         | 
| 2963 | 
            +
              zoom: Float
         | 
| 2964 | 
            +
            }
         | 
| 2965 | 
            +
             | 
| 2966 | 
            +
            type PropertySpec {
         | 
| 2967 | 
            +
              label: String!
         | 
| 2968 | 
            +
              name: String!
         | 
| 2969 | 
            +
              placeholder: String
         | 
| 2970 | 
            +
              property: Object
         | 
| 2971 | 
            +
              type: String!
         | 
| 2972 | 
            +
            }
         | 
| 2973 | 
            +
             | 
| 2974 | 
            +
            type Query {
         | 
| 2975 | 
            +
              APIDocCompletion(input: APIDocCompletionInput!): APIDocCompletionOutput!
         | 
| 2976 | 
            +
              appBinding(id: String!): AppBinding!
         | 
| 2977 | 
            +
              appBindings(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AppBindingList!
         | 
| 2978 | 
            +
             | 
| 2979 | 
            +
              """ To fetch appliance"""
         | 
| 2980 | 
            +
              appliance(id: String!): Appliance!
         | 
| 2981 | 
            +
             | 
| 2982 | 
            +
              """To fetch multiple appliance"""
         | 
| 2983 | 
            +
              appliances(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApplianceList!
         | 
| 2984 | 
            +
             | 
| 2985 | 
            +
              """To fetch application"""
         | 
| 2986 | 
            +
              application(id: String!): Application!
         | 
| 2987 | 
            +
             | 
| 2988 | 
            +
              """To fetch multiple application"""
         | 
| 2989 | 
            +
              applications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApplicationList!
         | 
| 2990 | 
            +
             | 
| 2991 | 
            +
              """To fetch a approval line"""
         | 
| 2992 | 
            +
              approvalLine(id: String!): ApprovalLine
         | 
| 2993 | 
            +
             | 
| 2994 | 
            +
              """To fetch referable approval lines for the user"""
         | 
| 2995 | 
            +
              approvalLineReferences(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
         | 
| 2996 | 
            +
             | 
| 2997 | 
            +
              """To fetch multiple approval lines"""
         | 
| 2998 | 
            +
              approvalLines(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
         | 
| 2999 | 
            +
              attachment(id: String!): Attachment!
         | 
| 3000 | 
            +
              attachments(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AttachmentList!
         | 
| 3001 | 
            +
             | 
| 3002 | 
            +
              """To fetch a AttributeSet"""
         | 
| 3003 | 
            +
              attributeSet(id: String!): AttributeSet
         | 
| 3004 | 
            +
             | 
| 3005 | 
            +
              """To fetch a AttributeSet by Entity name"""
         | 
| 3006 | 
            +
              attributeSetByEntity(entity: String!): AttributeSet
         | 
| 3007 | 
            +
             | 
| 3008 | 
            +
              """To fetch multiple AttributeSets"""
         | 
| 3009 | 
            +
              attributeSets(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): AttributeSetList!
         | 
| 3010 | 
            +
             | 
| 3011 | 
            +
              """To fetch a board"""
         | 
| 3012 | 
            +
              board(id: String!): Board!
         | 
| 3013 | 
            +
             | 
| 3014 | 
            +
              """To fetch a Board Model by name"""
         | 
| 3015 | 
            +
              boardByName(name: String!): Board
         | 
| 3016 | 
            +
             | 
| 3017 | 
            +
              """Board Usage Permissions"""
         | 
| 3018 | 
            +
              boardPermissions: [String!]!
         | 
| 3019 | 
            +
             | 
| 3020 | 
            +
              """To fetch a BoardTemplate"""
         | 
| 3021 | 
            +
              boardTemplate(id: String!): BoardTemplate
         | 
| 3022 | 
            +
             | 
| 3023 | 
            +
              """To fetch a BoardTemplate by name"""
         | 
| 3024 | 
            +
              boardTemplateByName(name: String!): BoardTemplate
         | 
| 3025 | 
            +
             | 
| 3026 | 
            +
              """To fetch multiple BoardTemplates"""
         | 
| 3027 | 
            +
              boardTemplates(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardTemplateList!
         | 
| 3028 | 
            +
             | 
| 3029 | 
            +
              """To fetch BoardTemplates created by me"""
         | 
| 3030 | 
            +
              boardTemplatesCreatedByMe(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardTemplateList!
         | 
| 3031 | 
            +
             | 
| 3032 | 
            +
              """To fetch multiple Boards"""
         | 
| 3033 | 
            +
              boards(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardList!
         | 
| 3034 | 
            +
             | 
| 3035 | 
            +
              """To fetch Boards created by me"""
         | 
| 3036 | 
            +
              boardsCreatedByMe(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardList!
         | 
| 3037 | 
            +
              chatCompletion(input: ChatCompletionInput!): ChatCompletionOutput!
         | 
| 3038 | 
            +
             | 
| 3039 | 
            +
              """To check if system would provide default password to create new user"""
         | 
| 3040 | 
            +
              checkDefaultPassword: Boolean!
         | 
| 3041 | 
            +
             | 
| 3042 | 
            +
              """To check if system would provide default password to create new user"""
         | 
| 3043 | 
            +
              checkResettablePasswordToDefault: Boolean!
         | 
| 3044 | 
            +
             | 
| 3045 | 
            +
              """To fetch the preset of role for new user"""
         | 
| 3046 | 
            +
              checkRolePreset: [Role!]!
         | 
| 3047 | 
            +
             | 
| 3048 | 
            +
              """To check if current user is belongs to current domain"""
         | 
| 3049 | 
            +
              checkUserBelongsDomain: Boolean!
         | 
| 3050 | 
            +
             | 
| 3051 | 
            +
              """..."""
         | 
| 3052 | 
            +
              checkUserExistence(email: String!): Boolean!
         | 
| 3053 | 
            +
             | 
| 3054 | 
            +
              """To fetch common approval lines"""
         | 
| 3055 | 
            +
              commonApprovalLines(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
         | 
| 3056 | 
            +
             | 
| 3057 | 
            +
              """To fetch a CommonCode"""
         | 
| 3058 | 
            +
              commonCode(name: String!): CommonCode
         | 
| 3059 | 
            +
             | 
| 3060 | 
            +
              """To fetch a CommonCodeDetail"""
         | 
| 3061 | 
            +
              commonCodeDetail(id: String!): CommonCodeDetail!
         | 
| 3062 | 
            +
             | 
| 3063 | 
            +
              """To fetch multiple CommonCodeDetails"""
         | 
| 3064 | 
            +
              commonCodeDetails(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): CommonCodeDetailList!
         | 
| 3065 | 
            +
             | 
| 3066 | 
            +
              """To fetch multiple CommonCodes"""
         | 
| 3067 | 
            +
              commonCodes(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): CommonCodeList!
         | 
| 3068 | 
            +
             | 
| 3069 | 
            +
              """To fetch a connector"""
         | 
| 3070 | 
            +
              connection(name: String!): ConnectorType!
         | 
| 3071 | 
            +
             | 
| 3072 | 
            +
              """To fetch multiple connections"""
         | 
| 3073 | 
            +
              connections(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ConnectionList!
         | 
| 3074 | 
            +
             | 
| 3075 | 
            +
              """To fetch the connector from a connection"""
         | 
| 3076 | 
            +
              connectorByConnection(connectionName: String!): ConnectorType!
         | 
| 3077 | 
            +
             | 
| 3078 | 
            +
              """To fetch multiple connector"""
         | 
| 3079 | 
            +
              connectors: ConnectorList!
         | 
| 3080 | 
            +
             | 
| 3081 | 
            +
              """To fetch a Contact"""
         | 
| 3082 | 
            +
              contact(id: String!): Contact
         | 
| 3083 | 
            +
             | 
| 3084 | 
            +
              """To fetch multiple Contacts"""
         | 
| 3085 | 
            +
              contacts(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ContactList!
         | 
| 3086 | 
            +
              customers: [Domain!]!
         | 
| 3087 | 
            +
              decipherCode(input: CodeDecipherInput!): CodeDecipherOutput!
         | 
| 3088 | 
            +
              decipherErrorCode(input: CodeDecipherInput!): CodeDecipherOutput!
         | 
| 3089 | 
            +
             | 
| 3090 | 
            +
              """To fetch a Department"""
         | 
| 3091 | 
            +
              department(id: String!): Department
         | 
| 3092 | 
            +
             | 
| 3093 | 
            +
              """To fetch a Root Department"""
         | 
| 3094 | 
            +
              departmentRoot: Department
         | 
| 3095 | 
            +
             | 
| 3096 | 
            +
              """To fetch multiple Departments"""
         | 
| 3097 | 
            +
              departments(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DepartmentList!
         | 
| 3098 | 
            +
             | 
| 3099 | 
            +
              """To fetch domain"""
         | 
| 3100 | 
            +
              domain(id: String!): Domain!
         | 
| 3101 | 
            +
             | 
| 3102 | 
            +
              """To fetch all domains (Only superuser is granted this privilege.)"""
         | 
| 3103 | 
            +
              domains(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainList!
         | 
| 3104 | 
            +
             | 
| 3105 | 
            +
              """To fetch a Employee"""
         | 
| 3106 | 
            +
              employee(id: String!): Employee
         | 
| 3107 | 
            +
             | 
| 3108 | 
            +
              """To fetch multiple Employees"""
         | 
| 3109 | 
            +
              employees(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): EmployeeList!
         | 
| 3110 | 
            +
             | 
| 3111 | 
            +
              """To fetch multiple Entities"""
         | 
| 3112 | 
            +
              entities(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): EntityList!
         | 
| 3113 | 
            +
             | 
| 3114 | 
            +
              """To fetch a Entity"""
         | 
| 3115 | 
            +
              entity(id: String!): Entity!
         | 
| 3116 | 
            +
             | 
| 3117 | 
            +
              """To fetch a EntityColumn"""
         | 
| 3118 | 
            +
              entityColumn(id: String!): EntityColumn!
         | 
| 3119 | 
            +
             | 
| 3120 | 
            +
              """To fetch multiple EntityColumns"""
         | 
| 3121 | 
            +
              entityColumns(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): EntityColumnList!
         | 
| 3122 | 
            +
             | 
| 3123 | 
            +
              """To fetch a EntityMetadata"""
         | 
| 3124 | 
            +
              entityMetadata(name: String!): EntityMetadata!
         | 
| 3125 | 
            +
             | 
| 3126 | 
            +
              """To fetch a Favorite"""
         | 
| 3127 | 
            +
              favorite(id: String!): Favorite!
         | 
| 3128 | 
            +
             | 
| 3129 | 
            +
              """To fetch multiple BoardFavorites"""
         | 
| 3130 | 
            +
              favoriteBoards(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): BoardFavoriteList!
         | 
| 3131 | 
            +
             | 
| 3132 | 
            +
              """To fetch multiple Favorites"""
         | 
| 3133 | 
            +
              favorites(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): FavoriteList!
         | 
| 3134 | 
            +
             | 
| 3135 | 
            +
              """To fetch the state of a connection"""
         | 
| 3136 | 
            +
              fetchConnectionState(name: String!): ConnectionState!
         | 
| 3137 | 
            +
             | 
| 3138 | 
            +
              """To fetch a Font"""
         | 
| 3139 | 
            +
              font(id: String!): Font!
         | 
| 3140 | 
            +
             | 
| 3141 | 
            +
              """To fetch multiple Fonts"""
         | 
| 3142 | 
            +
              fonts(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): FontList!
         | 
| 3143 | 
            +
              grantedRoles: [GrantedRole!]!
         | 
| 3144 | 
            +
              grantingRoles(customerId: String!): [GrantedRole!]!
         | 
| 3145 | 
            +
             | 
| 3146 | 
            +
              """To fetch a Group"""
         | 
| 3147 | 
            +
              group(id: String!): Group
         | 
| 3148 | 
            +
             | 
| 3149 | 
            +
              """To fetch multiple Groups"""
         | 
| 3150 | 
            +
              groups(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): GroupList!
         | 
| 3151 | 
            +
             | 
| 3152 | 
            +
              """To query whether I have the given permission"""
         | 
| 3153 | 
            +
              hasPrivilege(category: String!, name: String!): Boolean!
         | 
| 3154 | 
            +
              i18nCompletion(input: i18nCompletionInput!): i18nCompletionOutput!
         | 
| 3155 | 
            +
              imageCompletion(input: ImageCompletionInput!): ImageCompletionOutput!
         | 
| 3156 | 
            +
             | 
| 3157 | 
            +
              """To fetch integration Analyses"""
         | 
| 3158 | 
            +
              integrationAnalysis: Object!
         | 
| 3159 | 
            +
              invitation(email: String!, reference: String!, type: String!): Invitation!
         | 
| 3160 | 
            +
              invitations(reference: String!, type: String!): InvitationList!
         | 
| 3161 | 
            +
             | 
| 3162 | 
            +
              """To fetch multiple LoginHistories"""
         | 
| 3163 | 
            +
              loginHistories(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): LoginHistoryList!
         | 
| 3164 | 
            +
             | 
| 3165 | 
            +
              """To fetch a Menu"""
         | 
| 3166 | 
            +
              menu(id: String!): Menu!
         | 
| 3167 | 
            +
             | 
| 3168 | 
            +
              """To fetch a MenuButton"""
         | 
| 3169 | 
            +
              menuButton(id: String!): MenuButton!
         | 
| 3170 | 
            +
             | 
| 3171 | 
            +
              """To fetch multiple MenuButtons"""
         | 
| 3172 | 
            +
              menuButtons(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuButtonList!
         | 
| 3173 | 
            +
             | 
| 3174 | 
            +
              """To fetch a Menu by routing"""
         | 
| 3175 | 
            +
              menuByRouting(routing: String!): Menu!
         | 
| 3176 | 
            +
             | 
| 3177 | 
            +
              """To fetch a MenuColumn"""
         | 
| 3178 | 
            +
              menuColumn(id: String!): MenuColumn!
         | 
| 3179 | 
            +
             | 
| 3180 | 
            +
              """To fetch multiple MenuColumns"""
         | 
| 3181 | 
            +
              menuColumns(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuColumnList!
         | 
| 3182 | 
            +
             | 
| 3183 | 
            +
              """To fetch a MenuDetail"""
         | 
| 3184 | 
            +
              menuDetail(id: String!): MenuDetail!
         | 
| 3185 | 
            +
             | 
| 3186 | 
            +
              """To fetch a MenuDetailButton"""
         | 
| 3187 | 
            +
              menuDetailButton(id: String!): MenuDetailButton!
         | 
| 3188 | 
            +
             | 
| 3189 | 
            +
              """To fetch multiple MenuDetailButtons"""
         | 
| 3190 | 
            +
              menuDetailButtons(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuDetailButtonList!
         | 
| 3191 | 
            +
             | 
| 3192 | 
            +
              """To fetch a MenuDetailColumn"""
         | 
| 3193 | 
            +
              menuDetailColumn(id: String!): MenuDetailColumn!
         | 
| 3194 | 
            +
             | 
| 3195 | 
            +
              """To fetch multiple MenuDetailColumns"""
         | 
| 3196 | 
            +
              menuDetailColumns(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuDetailColumnList!
         | 
| 3197 | 
            +
             | 
| 3198 | 
            +
              """To fetch multiple MenuDetails"""
         | 
| 3199 | 
            +
              menuDetails(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuDetailList!
         | 
| 3200 | 
            +
             | 
| 3201 | 
            +
              """To fetch multiple Menus"""
         | 
| 3202 | 
            +
              menus(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): MenuList!
         | 
| 3203 | 
            +
             | 
| 3204 | 
            +
              """To fetch approval lines only for to the user"""
         | 
| 3205 | 
            +
              myApprovalLines(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ApprovalLineList!
         | 
| 3206 | 
            +
             | 
| 3207 | 
            +
              """To fetch current user's Favorites"""
         | 
| 3208 | 
            +
              myFavorites: [Favorite!]!
         | 
| 3209 | 
            +
              myLoginHistories(limit: Float!): [LoginHistory!]!
         | 
| 3210 | 
            +
             | 
| 3211 | 
            +
              """To fetch my notifications"""
         | 
| 3212 | 
            +
              myNotifications(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
         | 
| 3213 | 
            +
             | 
| 3214 | 
            +
              """To fetch roles of current user"""
         | 
| 3215 | 
            +
              myRoles: [Role!]!
         | 
| 3216 | 
            +
             | 
| 3217 | 
            +
              """To fetch a Notification"""
         | 
| 3218 | 
            +
              notification(id: String!): Notification
         | 
| 3219 | 
            +
             | 
| 3220 | 
            +
              """To fetch a NotificationRule"""
         | 
| 3221 | 
            +
              notificationRule(id: String!): NotificationRule
         | 
| 3222 | 
            +
             | 
| 3223 | 
            +
              """To fetch multiple NotificationRules"""
         | 
| 3224 | 
            +
              notificationRules(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationRuleList!
         | 
| 3225 | 
            +
             | 
| 3226 | 
            +
              """To fetch multiple Notificationes"""
         | 
| 3227 | 
            +
              notificationes(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): NotificationList!
         | 
| 3228 | 
            +
             | 
| 3229 | 
            +
              """To fetch a Oauth2Client"""
         | 
| 3230 | 
            +
              oauth2Client(id: String!): Oauth2Client
         | 
| 3231 | 
            +
             | 
| 3232 | 
            +
              """To fetch multiple Oauth2Clients"""
         | 
| 3233 | 
            +
              oauth2Clients(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): Oauth2ClientList!
         | 
| 3234 | 
            +
             | 
| 3235 | 
            +
              """To fetch specific domain's CommonCodes by given name"""
         | 
| 3236 | 
            +
              partnerCommonCode(name: String!, partnerDomainId: String!): CommonCode!
         | 
| 3237 | 
            +
             | 
| 3238 | 
            +
              """To fetch a PartnerSetting"""
         | 
| 3239 | 
            +
              partnerSetting(name: String!, partnerDomainId: String!): PartnerSetting!
         | 
| 3240 | 
            +
             | 
| 3241 | 
            +
              """To fetch multiple PartnerSettings"""
         | 
| 3242 | 
            +
              partnerSettings(filters: [Filter!]!, pagination: Pagination!, partnerDomain: ObjectRef!, sortings: [Sorting!]!): PartnerSettingList!
         | 
| 3243 | 
            +
              partners(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PartnerList!
         | 
| 3244 | 
            +
             | 
| 3245 | 
            +
              """To fetch a PayloadLog"""
         | 
| 3246 | 
            +
              payloadLog(id: String!): PayloadLog!
         | 
| 3247 | 
            +
             | 
| 3248 | 
            +
              """To fetch multiple PayloadLogs"""
         | 
| 3249 | 
            +
              payloadLogs(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PayloadLogList!
         | 
| 3250 | 
            +
             | 
| 3251 | 
            +
              """To fetch a PlayGroup"""
         | 
| 3252 | 
            +
              playGroup(id: String!): PlayGroup
         | 
| 3253 | 
            +
             | 
| 3254 | 
            +
              """To fetch multiple PlayGroups"""
         | 
| 3255 | 
            +
              playGroups(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PlayGroupList!
         | 
| 3256 | 
            +
             | 
| 3257 | 
            +
              """To fetch a PrinterDevice"""
         | 
| 3258 | 
            +
              printerDevice(id: String!): PrinterDevice!
         | 
| 3259 | 
            +
             | 
| 3260 | 
            +
              """To fetch multiple PrinterDevices"""
         | 
| 3261 | 
            +
              printerDevices(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PrinterDeviceList!
         | 
| 3262 | 
            +
             | 
| 3263 | 
            +
              """To fetch privilege"""
         | 
| 3264 | 
            +
              privilege(category: String!, name: String!): Privilege!
         | 
| 3265 | 
            +
             | 
| 3266 | 
            +
              """To fetch multiple privileges"""
         | 
| 3267 | 
            +
              privileges(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): PrivilegeList!
         | 
| 3268 | 
            +
             | 
| 3269 | 
            +
              """To fetch role"""
         | 
| 3270 | 
            +
              role(name: String!): Role!
         | 
| 3271 | 
            +
             | 
| 3272 | 
            +
              """To fetch Menus by role"""
         | 
| 3273 | 
            +
              roleMenus(roleId: String!): MenuList!
         | 
| 3274 | 
            +
             | 
| 3275 | 
            +
              """To fetch priviliges of a role"""
         | 
| 3276 | 
            +
              rolePrivileges(roleId: String!): [RolePrivilege!]!
         | 
| 3277 | 
            +
             | 
| 3278 | 
            +
              """To fetch multiple users"""
         | 
| 3279 | 
            +
              roles(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): RoleList!
         | 
| 3280 | 
            +
             | 
| 3281 | 
            +
              """To fetch a scenario"""
         | 
| 3282 | 
            +
              scenario(id: String!): Scenario!
         | 
| 3283 | 
            +
             | 
| 3284 | 
            +
              """To fetch a scenario instance"""
         | 
| 3285 | 
            +
              scenarioInstance(instanceName: String!): ScenarioInstance!
         | 
| 3286 | 
            +
             | 
| 3287 | 
            +
              """To fetch multiple scenario instances"""
         | 
| 3288 | 
            +
              scenarioInstances(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ScenarioInstanceList!
         | 
| 3289 | 
            +
             | 
| 3290 | 
            +
              """To fetch multiple scenarios"""
         | 
| 3291 | 
            +
              scenarios(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ScenarioList!
         | 
| 3292 | 
            +
              searchCustomers(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): DomainList!
         | 
| 3293 | 
            +
             | 
| 3294 | 
            +
              """To fetch a Setting"""
         | 
| 3295 | 
            +
              setting(name: String!, partnerDomainId: String): Setting!
         | 
| 3296 | 
            +
             | 
| 3297 | 
            +
              """To fetch multiple Settings"""
         | 
| 3298 | 
            +
              settings(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): SettingList!
         | 
| 3299 | 
            +
             | 
| 3300 | 
            +
              """To fetch a step"""
         | 
| 3301 | 
            +
              step(name: String!): Step!
         | 
| 3302 | 
            +
             | 
| 3303 | 
            +
              """To fetch multiple steps"""
         | 
| 3304 | 
            +
              steps(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): StepList!
         | 
| 3305 | 
            +
             | 
| 3306 | 
            +
              """To fetch a task-type"""
         | 
| 3307 | 
            +
              taskType(name: String!): TaskType!
         | 
| 3308 | 
            +
             | 
| 3309 | 
            +
              """To fetch multiple task-type"""
         | 
| 3310 | 
            +
              taskTypes: TaskTypeList!
         | 
| 3311 | 
            +
             | 
| 3312 | 
            +
              """To fetch the connector from a task-type"""
         | 
| 3313 | 
            +
              taskTypesByConnection(connectionName: String!): TaskTypeList!
         | 
| 3314 | 
            +
             | 
| 3315 | 
            +
              """To fetch multiple Terminologies"""
         | 
| 3316 | 
            +
              terminologies(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): TerminologyList!
         | 
| 3317 | 
            +
             | 
| 3318 | 
            +
              """To fetch a Terminology"""
         | 
| 3319 | 
            +
              terminology(id: String!): Terminology!
         | 
| 3320 | 
            +
             | 
| 3321 | 
            +
              """To fetch a Theme"""
         | 
| 3322 | 
            +
              theme(id: String!): Theme
         | 
| 3323 | 
            +
             | 
| 3324 | 
            +
              """To fetch multiple Themes"""
         | 
| 3325 | 
            +
              themes(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): ThemeList!
         | 
| 3326 | 
            +
             | 
| 3327 | 
            +
              """To fetch user"""
         | 
| 3328 | 
            +
              user(email: String!): User!
         | 
| 3329 | 
            +
             | 
| 3330 | 
            +
              """To fetch Menus by role"""
         | 
| 3331 | 
            +
              userMenus: [Menu!]!
         | 
| 3332 | 
            +
             | 
| 3333 | 
            +
              """To fetch roles of a user"""
         | 
| 3334 | 
            +
              userRoles(userId: String!): [UserRole!]!
         | 
| 3335 | 
            +
             | 
| 3336 | 
            +
              """To fetch multiple users"""
         | 
| 3337 | 
            +
              users(filters: [Filter!], inherited: InheritedValueType, pagination: Pagination, sortings: [Sorting!]): UserList!
         | 
| 3338 | 
            +
              vendors: [Domain!]!
         | 
| 3339 | 
            +
            }
         | 
| 3340 | 
            +
             | 
| 3341 | 
            +
            type RecipientItem {
         | 
| 3342 | 
            +
              recipient: OrgMemberTarget
         | 
| 3343 | 
            +
              type: OrgMemberTargetType
         | 
| 3344 | 
            +
              value: String
         | 
| 3345 | 
            +
            }
         | 
| 3346 | 
            +
             | 
| 3347 | 
            +
            type Role {
         | 
| 3348 | 
            +
              createdAt: Timestamp
         | 
| 3349 | 
            +
              creator: User
         | 
| 3350 | 
            +
              description: String
         | 
| 3351 | 
            +
              domain: Domain!
         | 
| 3352 | 
            +
              id: ID!
         | 
| 3353 | 
            +
              name: String!
         | 
| 3354 | 
            +
              privileges: [Privilege!]
         | 
| 3355 | 
            +
              updatedAt: Timestamp
         | 
| 3356 | 
            +
              updater: User
         | 
| 3357 | 
            +
              users: [User!]
         | 
| 3358 | 
            +
            }
         | 
| 3359 | 
            +
             | 
| 3360 | 
            +
            type RoleList {
         | 
| 3361 | 
            +
              items: [Role!]
         | 
| 3362 | 
            +
              total: Int
         | 
| 3363 | 
            +
            }
         | 
| 3364 | 
            +
             | 
| 3365 | 
            +
            input RolePatch {
         | 
| 3366 | 
            +
              cuFlag: String
         | 
| 3367 | 
            +
              description: String
         | 
| 3368 | 
            +
              id: String
         | 
| 3369 | 
            +
              name: String
         | 
| 3370 | 
            +
              privileges: [ObjectRef!]
         | 
| 3371 | 
            +
              users: [ObjectRef!]
         | 
| 3372 | 
            +
            }
         | 
| 3373 | 
            +
             | 
| 3374 | 
            +
            type RolePrivilege {
         | 
| 3375 | 
            +
              assigned: Boolean
         | 
| 3376 | 
            +
              category: String
         | 
| 3377 | 
            +
              description: String
         | 
| 3378 | 
            +
              id: String
         | 
| 3379 | 
            +
              name: String
         | 
| 3380 | 
            +
            }
         | 
| 3381 | 
            +
             | 
| 3382 | 
            +
            type Scenario {
         | 
| 3383 | 
            +
              """[will be deprecated] automatically be started when this server start"""
         | 
| 3384 | 
            +
              active: Boolean
         | 
| 3385 | 
            +
              connectionNames: [Connection!]!
         | 
| 3386 | 
            +
              createdAt: Timestamp
         | 
| 3387 | 
            +
              creator: User
         | 
| 3388 | 
            +
              description: String
         | 
| 3389 | 
            +
              domain: Domain
         | 
| 3390 | 
            +
              id: ID!
         | 
| 3391 | 
            +
              instances: [ScenarioInstance!]
         | 
| 3392 | 
            +
              name: String!
         | 
| 3393 | 
            +
             | 
| 3394 | 
            +
              """accessible and executable system-wide"""
         | 
| 3395 | 
            +
              public: Boolean
         | 
| 3396 | 
            +
              publishTags: [Connection!]!
         | 
| 3397 | 
            +
              schedule: String
         | 
| 3398 | 
            +
              scheduleId: String
         | 
| 3399 | 
            +
              state: String
         | 
| 3400 | 
            +
              steps: [Step!]
         | 
| 3401 | 
            +
              timezone: String
         | 
| 3402 | 
            +
              type: String
         | 
| 3403 | 
            +
              updatedAt: Timestamp
         | 
| 3404 | 
            +
              updater: User
         | 
| 3405 | 
            +
            }
         | 
| 3406 | 
            +
             | 
| 3407 | 
            +
            type ScenarioInstance {
         | 
| 3408 | 
            +
              data: Object
         | 
| 3409 | 
            +
              domain: Domain
         | 
| 3410 | 
            +
              instanceName: String
         | 
| 3411 | 
            +
              message: String
         | 
| 3412 | 
            +
              progress: ScenarioInstanceProgress
         | 
| 3413 | 
            +
              result: Object
         | 
| 3414 | 
            +
              root: ScenarioInstance
         | 
| 3415 | 
            +
              scenarioName: String
         | 
| 3416 | 
            +
              state: String
         | 
| 3417 | 
            +
              timestamp: Timestamp
         | 
| 3418 | 
            +
              variables: Object
         | 
| 3419 | 
            +
            }
         | 
| 3420 | 
            +
             | 
| 3421 | 
            +
            type ScenarioInstanceList {
         | 
| 3422 | 
            +
              items: [ScenarioInstance!]!
         | 
| 3423 | 
            +
              total: Int!
         | 
| 3424 | 
            +
            }
         | 
| 3425 | 
            +
             | 
| 3426 | 
            +
            type ScenarioInstanceProgress {
         | 
| 3427 | 
            +
              rate: Int!
         | 
| 3428 | 
            +
              rounds: Int!
         | 
| 3429 | 
            +
              step: Int!
         | 
| 3430 | 
            +
              steps: Int!
         | 
| 3431 | 
            +
            }
         | 
| 3432 | 
            +
             | 
| 3433 | 
            +
            type ScenarioInstanceState {
         | 
| 3434 | 
            +
              data: Object
         | 
| 3435 | 
            +
              domain: Domain
         | 
| 3436 | 
            +
              instanceName: String
         | 
| 3437 | 
            +
              message: String
         | 
| 3438 | 
            +
              progress: ScenarioInstanceProgress
         | 
| 3439 | 
            +
              scenarioName: String
         | 
| 3440 | 
            +
              state: ScenarioInstanceStatus
         | 
| 3441 | 
            +
              timestamp: Timestamp
         | 
| 3442 | 
            +
              variables: Object
         | 
| 3443 | 
            +
            }
         | 
| 3444 | 
            +
             | 
| 3445 | 
            +
            """state enumeration of a scenario-instance"""
         | 
| 3446 | 
            +
            enum ScenarioInstanceStatus {
         | 
| 3447 | 
            +
              HALTED
         | 
| 3448 | 
            +
              READY
         | 
| 3449 | 
            +
              STARTED
         | 
| 3450 | 
            +
              STOPPED
         | 
| 3451 | 
            +
              UNLOADED
         | 
| 3452 | 
            +
            }
         | 
| 3453 | 
            +
             | 
| 3454 | 
            +
            type ScenarioList {
         | 
| 3455 | 
            +
              items: [Scenario!]!
         | 
| 3456 | 
            +
              total: Int!
         | 
| 3457 | 
            +
            }
         | 
| 3458 | 
            +
             | 
| 3459 | 
            +
            input ScenarioPatch {
         | 
| 3460 | 
            +
              active: Boolean
         | 
| 3461 | 
            +
              cuFlag: String
         | 
| 3462 | 
            +
              description: String
         | 
| 3463 | 
            +
              id: ID
         | 
| 3464 | 
            +
              name: String
         | 
| 3465 | 
            +
              schedule: String
         | 
| 3466 | 
            +
              steps: [StepPatch!]
         | 
| 3467 | 
            +
              timezone: String
         | 
| 3468 | 
            +
              type: String
         | 
| 3469 | 
            +
            }
         | 
| 3470 | 
            +
             | 
| 3471 | 
            +
            type ScenarioQueueState {
         | 
| 3472 | 
            +
              domain: Domain!
         | 
| 3473 | 
            +
              queue: [PendingObject!]!
         | 
| 3474 | 
            +
            }
         | 
| 3475 | 
            +
             | 
| 3476 | 
            +
            """Entity for Setting"""
         | 
| 3477 | 
            +
            type Setting {
         | 
| 3478 | 
            +
              category: String!
         | 
| 3479 | 
            +
              createdAt: Timestamp
         | 
| 3480 | 
            +
              creator: User
         | 
| 3481 | 
            +
              description: String
         | 
| 3482 | 
            +
              domain: Domain
         | 
| 3483 | 
            +
              id: ID!
         | 
| 3484 | 
            +
              name: String!
         | 
| 3485 | 
            +
              updatedAt: Timestamp
         | 
| 3486 | 
            +
              updater: User
         | 
| 3487 | 
            +
              value: String
         | 
| 3488 | 
            +
            }
         | 
| 3489 | 
            +
             | 
| 3490 | 
            +
            type SettingList {
         | 
| 3491 | 
            +
              items: [Setting!]!
         | 
| 3492 | 
            +
              total: Int!
         | 
| 3493 | 
            +
            }
         | 
| 3494 | 
            +
             | 
| 3495 | 
            +
            input SettingPatch {
         | 
| 3496 | 
            +
              category: String
         | 
| 3497 | 
            +
              cuFlag: String
         | 
| 3498 | 
            +
              description: String
         | 
| 3499 | 
            +
              id: ID
         | 
| 3500 | 
            +
              name: String
         | 
| 3501 | 
            +
              value: String
         | 
| 3502 | 
            +
            }
         | 
| 3503 | 
            +
             | 
| 3504 | 
            +
            input Sorting {
         | 
| 3505 | 
            +
              """
         | 
| 3506 | 
            +
              Set to true if descending sort. Default is "false"
         | 
| 3507 | 
            +
              """
         | 
| 3508 | 
            +
              desc: Boolean
         | 
| 3509 | 
            +
             | 
| 3510 | 
            +
              """Field name to sort by"""
         | 
| 3511 | 
            +
              name: String!
         | 
| 3512 | 
            +
            }
         | 
| 3513 | 
            +
             | 
| 3514 | 
            +
            type Step {
         | 
| 3515 | 
            +
              connection: String
         | 
| 3516 | 
            +
              createdAt: Timestamp
         | 
| 3517 | 
            +
              creator: User
         | 
| 3518 | 
            +
              description: String
         | 
| 3519 | 
            +
              domain: Domain
         | 
| 3520 | 
            +
              id: ID!
         | 
| 3521 | 
            +
              log: Boolean
         | 
| 3522 | 
            +
              name: String!
         | 
| 3523 | 
            +
              params: String
         | 
| 3524 | 
            +
             | 
| 3525 | 
            +
              """
         | 
| 3526 | 
            +
              a boolean attribute indicating the inclusion status of an element in the result
         | 
| 3527 | 
            +
              """
         | 
| 3528 | 
            +
              result: Boolean
         | 
| 3529 | 
            +
              scenario: Scenario
         | 
| 3530 | 
            +
              sequence: Float
         | 
| 3531 | 
            +
              skip: Boolean
         | 
| 3532 | 
            +
              task: String
         | 
| 3533 | 
            +
              updatedAt: Timestamp
         | 
| 3534 | 
            +
              updater: User
         | 
| 3535 | 
            +
            }
         | 
| 3536 | 
            +
             | 
| 3537 | 
            +
            type StepList {
         | 
| 3538 | 
            +
              items: [Step!]!
         | 
| 3539 | 
            +
              total: Int!
         | 
| 3540 | 
            +
            }
         | 
| 3541 | 
            +
             | 
| 3542 | 
            +
            input StepPatch {
         | 
| 3543 | 
            +
              connection: String
         | 
| 3544 | 
            +
              cuFlag: String
         | 
| 3545 | 
            +
              description: String
         | 
| 3546 | 
            +
              id: ID
         | 
| 3547 | 
            +
              log: Boolean
         | 
| 3548 | 
            +
              name: String
         | 
| 3549 | 
            +
              params: String
         | 
| 3550 | 
            +
              result: Boolean
         | 
| 3551 | 
            +
              sequence: Int
         | 
| 3552 | 
            +
              skip: Boolean
         | 
| 3553 | 
            +
              task: String
         | 
| 3554 | 
            +
            }
         | 
| 3555 | 
            +
             | 
| 3556 | 
            +
            type Subscription {
         | 
| 3557 | 
            +
              board(id: String!): Board!
         | 
| 3558 | 
            +
              connectionLog(level: String): Log!
         | 
| 3559 | 
            +
              connectionState(name: String): ConnectionState!
         | 
| 3560 | 
            +
              data(tag: String!): Data!
         | 
| 3561 | 
            +
              notification(subjects: [String!]): Notification!
         | 
| 3562 | 
            +
              playGroup(id: String!): PlayGroup!
         | 
| 3563 | 
            +
              scenarioInstanceLog(instanceName: String, level: String, scenarioName: String): Log!
         | 
| 3564 | 
            +
              scenarioInstanceState(instanceName: String, scenarioName: String): ScenarioInstanceState!
         | 
| 3565 | 
            +
              scenarioQueueState: ScenarioQueueState!
         | 
| 3566 | 
            +
            }
         | 
| 3567 | 
            +
             | 
| 3568 | 
            +
            type TaskType {
         | 
| 3569 | 
            +
              connectorFree: Boolean
         | 
| 3570 | 
            +
              description: String
         | 
| 3571 | 
            +
              help: String
         | 
| 3572 | 
            +
              name: String!
         | 
| 3573 | 
            +
              parameterSpec: [PropertySpec!]
         | 
| 3574 | 
            +
            }
         | 
| 3575 | 
            +
             | 
| 3576 | 
            +
            type TaskTypeList {
         | 
| 3577 | 
            +
              items: [TaskType!]!
         | 
| 3578 | 
            +
              total: Int!
         | 
| 3579 | 
            +
            }
         | 
| 3580 | 
            +
             | 
| 3581 | 
            +
            """Entity for Terminology"""
         | 
| 3582 | 
            +
            type Terminology {
         | 
| 3583 | 
            +
              category: String!
         | 
| 3584 | 
            +
              createdAt: Timestamp
         | 
| 3585 | 
            +
              description: String
         | 
| 3586 | 
            +
              display: String!
         | 
| 3587 | 
            +
              domain: Domain
         | 
| 3588 | 
            +
              id: ID!
         | 
| 3589 | 
            +
              locale: String!
         | 
| 3590 | 
            +
              name: String!
         | 
| 3591 | 
            +
              updatedAt: Timestamp
         | 
| 3592 | 
            +
            }
         | 
| 3593 | 
            +
             | 
| 3594 | 
            +
            type TerminologyList {
         | 
| 3595 | 
            +
              items: [Terminology!]!
         | 
| 3596 | 
            +
              total: Int!
         | 
| 3597 | 
            +
            }
         | 
| 3598 | 
            +
             | 
| 3599 | 
            +
            input TerminologyPatch {
         | 
| 3600 | 
            +
              category: String!
         | 
| 3601 | 
            +
              cuFlag: String
         | 
| 3602 | 
            +
              description: String
         | 
| 3603 | 
            +
              display: String!
         | 
| 3604 | 
            +
              id: ID
         | 
| 3605 | 
            +
              locale: String!
         | 
| 3606 | 
            +
              name: String
         | 
| 3607 | 
            +
            }
         | 
| 3608 | 
            +
             | 
| 3609 | 
            +
            """Entity for Theme"""
         | 
| 3610 | 
            +
            type Theme {
         | 
| 3611 | 
            +
              active: Boolean
         | 
| 3612 | 
            +
              createdAt: Timestamp
         | 
| 3613 | 
            +
              creator: User
         | 
| 3614 | 
            +
              deletedAt: Timestamp
         | 
| 3615 | 
            +
              description: String
         | 
| 3616 | 
            +
              domain: Domain
         | 
| 3617 | 
            +
              id: ID!
         | 
| 3618 | 
            +
              name: String
         | 
| 3619 | 
            +
              type: String
         | 
| 3620 | 
            +
              updatedAt: Timestamp
         | 
| 3621 | 
            +
              updater: User
         | 
| 3622 | 
            +
              value: Object
         | 
| 3623 | 
            +
            }
         | 
| 3624 | 
            +
             | 
| 3625 | 
            +
            type ThemeList {
         | 
| 3626 | 
            +
              items: [Theme!]!
         | 
| 3627 | 
            +
              total: Int!
         | 
| 3628 | 
            +
            }
         | 
| 3629 | 
            +
             | 
| 3630 | 
            +
            input ThemePatch {
         | 
| 3631 | 
            +
              active: Boolean
         | 
| 3632 | 
            +
              cuFlag: String
         | 
| 3633 | 
            +
              description: String
         | 
| 3634 | 
            +
              id: ID
         | 
| 3635 | 
            +
              name: String
         | 
| 3636 | 
            +
              type: String
         | 
| 3637 | 
            +
              value: Object
         | 
| 3638 | 
            +
            }
         | 
| 3639 | 
            +
             | 
| 3640 | 
            +
            """
         | 
| 3641 | 
            +
            The javascript `Date` as integer. Type represents date and time as number of milliseconds from start of UNIX epoch.
         | 
| 3642 | 
            +
            """
         | 
| 3643 | 
            +
            scalar Timestamp
         | 
| 3644 | 
            +
             | 
| 3645 | 
            +
            """The `Upload` scalar type represents a file upload."""
         | 
| 3646 | 
            +
            scalar Upload
         | 
| 3647 | 
            +
             | 
| 3648 | 
            +
            type UploadURL {
         | 
| 3649 | 
            +
              fields: Any!
         | 
| 3650 | 
            +
              url: String!
         | 
| 3651 | 
            +
            }
         | 
| 3652 | 
            +
             | 
| 3653 | 
            +
            type User {
         | 
| 3654 | 
            +
              createdAt: Timestamp
         | 
| 3655 | 
            +
              creator: User
         | 
| 3656 | 
            +
              description: String
         | 
| 3657 | 
            +
              domains: [Domain!]!
         | 
| 3658 | 
            +
              email: String!
         | 
| 3659 | 
            +
              id: ID!
         | 
| 3660 | 
            +
              locale: String
         | 
| 3661 | 
            +
              name: String!
         | 
| 3662 | 
            +
              owner: Boolean
         | 
| 3663 | 
            +
              reference: String
         | 
| 3664 | 
            +
              roles: [Role!]!
         | 
| 3665 | 
            +
              status: String!
         | 
| 3666 | 
            +
              updatedAt: Timestamp
         | 
| 3667 | 
            +
              updater: User
         | 
| 3668 | 
            +
              userType: String
         | 
| 3669 | 
            +
            }
         | 
| 3670 | 
            +
             | 
| 3671 | 
            +
            type UserList {
         | 
| 3672 | 
            +
              items: [User!]
         | 
| 3673 | 
            +
              total: Int
         | 
| 3674 | 
            +
            }
         | 
| 3675 | 
            +
             | 
| 3676 | 
            +
            input UserPatch {
         | 
| 3677 | 
            +
              cuFlag: String
         | 
| 3678 | 
            +
              description: String
         | 
| 3679 | 
            +
              domains: [ObjectRef!]
         | 
| 3680 | 
            +
              email: String
         | 
| 3681 | 
            +
              id: ID
         | 
| 3682 | 
            +
              name: String
         | 
| 3683 | 
            +
              password: String
         | 
| 3684 | 
            +
              roles: [ObjectRef!]
         | 
| 3685 | 
            +
              status: String
         | 
| 3686 | 
            +
              userType: String
         | 
| 3687 | 
            +
            }
         | 
| 3688 | 
            +
             | 
| 3689 | 
            +
            type UserRole {
         | 
| 3690 | 
            +
              assigned: Boolean
         | 
| 3691 | 
            +
              description: String
         | 
| 3692 | 
            +
              id: String
         | 
| 3693 | 
            +
              name: String
         | 
| 3694 | 
            +
            }
         | 
| 3695 | 
            +
             | 
| 3696 | 
            +
            input i18nCompletionInput {
         | 
| 3697 | 
            +
              json: String!
         | 
| 3698 | 
            +
            }
         | 
| 3699 | 
            +
             | 
| 3700 | 
            +
            type i18nCompletionOutput {
         | 
| 3701 | 
            +
              message: String
         | 
| 3702 | 
            +
            }
         |