Created
December 18, 2018 01:13
-
-
Save tomitrescak/5375ceaffb637b2fb598f9e6f541ee49 to your computer and use it in GitHub Desktop.
graphql.schema.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"__schema": { | |
"queryType": { "name": "Query" }, | |
"mutationType": { "name": "Mutation" }, | |
"subscriptionType": null, | |
"types": [ | |
{ | |
"kind": "OBJECT", | |
"name": "Query", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "testQuery", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "notificationsQuery", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "NotificationsInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Notification", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "bpmnProcessesQuery", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "BpmnProcessesInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "BpmnProcess", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "bpmnProcessQuery", | |
"description": "", | |
"args": [ | |
{ | |
"name": "id", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "BpmnProcess", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "bpmnProcessInstancesQuery", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "BpmnProcessInstancesInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "BpmnProcessInstance", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "bpmnProcessInstanceQuery", | |
"description": "", | |
"args": [ | |
{ | |
"name": "id", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "BpmnProcessInstance", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "bpmnTaskInstancesQuery", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "BpmnTaskInstancesInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "BpmnTaskInstance", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "bpmnTaskInstanceQuery", | |
"description": "", | |
"args": [ | |
{ | |
"name": "id", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "BpmnTaskInstance", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "userQuery", | |
"description": "", | |
"args": [ | |
{ | |
"name": "id", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { "kind": "OBJECT", "name": "ClientUser", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "usersQuery", | |
"description": "", | |
"args": [ | |
{ | |
"name": "searchString", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "ClientUser", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "resume", | |
"description": "", | |
"args": [ | |
{ | |
"name": "token", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AuthPayload", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "userRoles", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "Role", "ofType": null } | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "rolesQuery", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "Role", "ofType": null } | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "resourceQuery", | |
"description": "", | |
"args": [ | |
{ | |
"name": "id", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { "kind": "OBJECT", "name": "Resource", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "processResourceQuery", | |
"description": "", | |
"args": [ | |
{ | |
"name": "id", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { "kind": "OBJECT", "name": "Resource", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "Boolean", | |
"description": "The `Boolean` scalar type represents `true` or `false`.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "NotificationsInput", | |
"description": "", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "visible", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "skip", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "Int", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "first", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "Int", "ofType": null }, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "Int", | |
"description": "The `Int` scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1. ", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Notification", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "type", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "NotificationType", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "user", | |
"description": "", | |
"args": [], | |
"type": { "kind": "OBJECT", "name": "User", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createdAt", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "code", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "NotificationCode", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "text", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "process", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "BpmnProcess", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "processInstance", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "OBJECT", | |
"name": "BpmnProcessInstance", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "params", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "visible", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "NotificationType", | |
"description": "", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "Info", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Error", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Warning", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "ID", | |
"description": "The `ID` scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as `\"4\"`) or integer (such as `4`) input value will be accepted as an ID.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "User", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "uid", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "email", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "name", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "roles", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "Role", "ofType": null } | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "description", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "password", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "notifications", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Notification", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "processes", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "BpmnProcessInstance", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "data", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "Data", "ofType": null } | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "String", | |
"description": "The `String` scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Role", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "roleId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "name", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "description", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [{ "kind": "INTERFACE", "name": "Node", "ofType": null }], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INTERFACE", | |
"name": "Node", | |
"description": "An object with an ID", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "The id of the object.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": [ | |
{ "kind": "OBJECT", "name": "Role", "ofType": null }, | |
{ "kind": "OBJECT", "name": "Data", "ofType": null }, | |
{ "kind": "OBJECT", "name": "Resource", "ofType": null }, | |
{ "kind": "OBJECT", "name": "Localisation", "ofType": null }, | |
{ "kind": "OBJECT", "name": "Organisation", "ofType": null }, | |
{ "kind": "OBJECT", "name": "Schema", "ofType": null } | |
] | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "BpmnProcessInstance", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "comments", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Comment", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "dateFinished", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "dateStarted", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "duration", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "Int", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ownerId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "owner", | |
"description": "", | |
"args": [], | |
"type": { "kind": "OBJECT", "name": "User", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "processId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "process", | |
"description": "", | |
"args": [], | |
"type": { "kind": "OBJECT", "name": "BpmnProcess", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "data", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "log", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "Log", "ofType": null } | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "status", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "BpmnProcessInstanceStatus", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "tasks", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "BpmnTaskInstance", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Comment", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "text", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "userId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "user", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "User", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "date", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "replyTo", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "DateTime", | |
"description": "", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "BpmnProcess", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "ownerId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "model", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "schema", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "resources", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "BpmnResource", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "tasks", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "BpmnTask", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "name", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "type", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "documentation", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "publicationStatus", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "ENUM", | |
"name": "PublicationStatus", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "readRoles", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "Role", "ofType": null } | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "writeRoles", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "Role", "ofType": null } | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "executeRoles", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "Role", "ofType": null } | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createdById", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updatedById", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "version", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "Int", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updatedAt", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "BpmnResource", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ref", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "resourceId", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "type", | |
"description": "", | |
"args": [], | |
"type": { "kind": "ENUM", "name": "ResourceType", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "title", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "content", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "link", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "readRoles", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "readUsers", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "writeRoles", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "writeUsers", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "ResourceType", | |
"description": "", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "Url", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "File", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Form", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Document", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Email", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "BpmnTask", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "processId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "resources", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "BpmnResource", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "schema", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "performerRoles", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "PublicationStatus", | |
"description": "", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "Draft", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Proposal", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Published", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Archived", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Log", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "elementId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "elementName", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "date", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "taskInstanceId", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "performerId", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "performer", | |
"description": "", | |
"args": [], | |
"type": { "kind": "OBJECT", "name": "User", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "result", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "ENUM", | |
"name": "BpmnTaskInstanceResult", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "message", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "BpmnTaskInstanceResult", | |
"description": "", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "Error", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Finished", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Submitted", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Approved", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Rejected", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Tentative", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "RequiresAdjustments", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "BpmnProcessInstanceStatus", | |
"description": "", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "Running", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Finished", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Failed", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Error", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Aborted", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "Paused", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "BpmnTaskInstance", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "dateFinished", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "dateStarted", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "duration", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "Int", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "performerId", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "performer", | |
"description": "", | |
"args": [], | |
"type": { "kind": "OBJECT", "name": "User", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "processInstanceId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "processInstance", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "BpmnProcessInstance", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "processId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "data", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "result", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "ENUM", | |
"name": "BpmnTaskInstanceResult", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "taskId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "taskName", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "task", | |
"description": "", | |
"args": [], | |
"type": { "kind": "OBJECT", "name": "BpmnTask", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Data", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "schemaId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "value", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "publicationStatus", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "PublicationStatus", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ownerId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createdAt", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "DateTime", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [{ "kind": "INTERFACE", "name": "Node", "ofType": null }], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "NotificationCode", | |
"description": "", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "ProcessStatusChanged", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "TaskStatusChanged", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ActionRequired", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "BpmnProcessesInput", | |
"description": "", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "status", | |
"description": "", | |
"type": { | |
"kind": "ENUM", | |
"name": "PublicationStatus", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "name", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "skip", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "Int", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "first", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "Int", "ofType": null }, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "BpmnProcessInstancesInput", | |
"description": "", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "status", | |
"description": "", | |
"type": { | |
"kind": "ENUM", | |
"name": "BpmnProcessInstanceStatus", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "name", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "dateStarted", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "dateFinished", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "duration", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "Int", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "processId", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "skip", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "Int", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "first", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "Int", "ofType": null }, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "BpmnTaskInstancesInput", | |
"description": "", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "processInstanceId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "ClientUser", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "name", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "uid", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "roles", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "email", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "AuthPayload", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "user", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "User", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "token", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Resource", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "resourceId", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "type", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "ResourceType", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "title", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "content", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "link", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "version", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "Int", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "publicationStatus", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "PublicationStatus", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createdById", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "updatedById", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [{ "kind": "INTERFACE", "name": "Node", "ofType": null }], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Mutation", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "testMutation", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "reset", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "notify", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "INPUT_OBJECT", | |
"name": "NotifyInput", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "Notification", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "removeNotification", | |
"description": "", | |
"args": [ | |
{ | |
"name": "id", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
} | |
], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "clearNotifications", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "createProcess", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "CreateProcessInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { "kind": "OBJECT", "name": "BpmnProcess", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "launchProcessInstance", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "LaunchProcessInstanceInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "BpmnProcessInstance", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "duplicateProcessInstance", | |
"description": "", | |
"args": [ | |
{ | |
"name": "processInstanceId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "BpmnProcessInstance", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "deleteProcessInstance", | |
"description": "", | |
"args": [ | |
{ | |
"name": "processInstanceId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "abortProcessInstance", | |
"description": "", | |
"args": [ | |
{ | |
"name": "processInstanceId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "BpmnProcessInstance", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "pauseProcessInstance", | |
"description": "", | |
"args": [ | |
{ | |
"name": "processInstanceId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "BpmnProcessInstance", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "addComment", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AddCommentInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "BpmnProcessInstance", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "finishTask", | |
"description": "", | |
"args": [ | |
{ | |
"name": "taskInstanceId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "result", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "BpmnTaskInstanceResult", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "BpmnTaskInstance", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "saveForm", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "SaveFormInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "OBJECT", | |
"name": "BpmnTaskInstance", | |
"ofType": null | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "saveRoles", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "ModifyRoleInput", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "Role", "ofType": null } | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "login", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AuthInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AuthPayload", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "signup", | |
"description": "", | |
"args": [ | |
{ | |
"name": "input", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "INPUT_OBJECT", | |
"name": "AuthInput", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "AuthPayload", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "addUserRole", | |
"description": "", | |
"args": [ | |
{ | |
"name": "userId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "roleId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "ClientUser", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "removeUserRole", | |
"description": "", | |
"args": [ | |
{ | |
"name": "userId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "roleId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "ClientUser", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "NotifyInput", | |
"description": "", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "userId", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "processInstanceId", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "ID", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "code", | |
"description": "", | |
"type": { | |
"kind": "ENUM", | |
"name": "NotificationCode", | |
"ofType": null | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "params", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "SCALAR", | |
"name": "String", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "type", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "NotificationType", | |
"ofType": null | |
} | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "CreateProcessInput", | |
"description": "", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "name", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "description", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "model", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "status", | |
"description": "", | |
"type": { | |
"kind": "ENUM", | |
"name": "PublicationStatus", | |
"ofType": null | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "LaunchProcessInstanceInput", | |
"description": "", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "processId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "role", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AddCommentInput", | |
"description": "", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "processInstanceId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "comment", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "replyTo", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "resourceId", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "SaveFormInput", | |
"description": "", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "taskInstanceId", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "data", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "ModifyRoleInput", | |
"description": "", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "roleId", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "name", | |
"description": "", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"defaultValue": null | |
}, | |
{ | |
"name": "description", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "INPUT_OBJECT", | |
"name": "AuthInput", | |
"description": "", | |
"fields": null, | |
"inputFields": [ | |
{ | |
"name": "user", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
}, | |
{ | |
"name": "password", | |
"description": "", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": null | |
} | |
], | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "__Schema", | |
"description": "A GraphQL Schema defines the capabilities of a GraphQL server. It exposes all available types and directives on the server, as well as the entry points for query, mutation, and subscription operations.", | |
"fields": [ | |
{ | |
"name": "types", | |
"description": "A list of all types supported by this server.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "__Type", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "queryType", | |
"description": "The type that query operations will be rooted at.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "mutationType", | |
"description": "If this server supports mutation, the type that mutation operations will be rooted at.", | |
"args": [], | |
"type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "subscriptionType", | |
"description": "If this server support subscription, the type that subscription operations will be rooted at.", | |
"args": [], | |
"type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "directives", | |
"description": "A list of all directives supported by this server.", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "__Directive", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "__Type", | |
"description": "The fundamental unit of any GraphQL Schema is the type. There are many kinds of types in GraphQL as represented by the `__TypeKind` enum.\n\nDepending on the kind of a type, certain fields describe information about that type. Scalar types provide no information beyond a name and description, while Enum types provide their values. Object and Interface types provide the fields they describe. Abstract types, Union and Interface, provide the Object types possible at runtime. List and NonNull types compose other types.", | |
"fields": [ | |
{ | |
"name": "kind", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "ENUM", "name": "__TypeKind", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "name", | |
"description": null, | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "description", | |
"description": null, | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "fields", | |
"description": null, | |
"args": [ | |
{ | |
"name": "includeDeprecated", | |
"description": null, | |
"type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, | |
"defaultValue": "false" | |
} | |
], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "__Field", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "interfaces", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "possibleTypes", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "enumValues", | |
"description": null, | |
"args": [ | |
{ | |
"name": "includeDeprecated", | |
"description": null, | |
"type": { "kind": "SCALAR", "name": "Boolean", "ofType": null }, | |
"defaultValue": "false" | |
} | |
], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "__EnumValue", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "inputFields", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "__InputValue", | |
"ofType": null | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ofType", | |
"description": null, | |
"args": [], | |
"type": { "kind": "OBJECT", "name": "__Type", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "__TypeKind", | |
"description": "An enum describing what kind of type a given `__Type` is.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "SCALAR", | |
"description": "Indicates this type is a scalar.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "OBJECT", | |
"description": "Indicates this type is an object. `fields` and `interfaces` are valid fields.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "INTERFACE", | |
"description": "Indicates this type is an interface. `fields` and `possibleTypes` are valid fields.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "UNION", | |
"description": "Indicates this type is a union. `possibleTypes` is a valid field.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ENUM", | |
"description": "Indicates this type is an enum. `enumValues` is a valid field.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "INPUT_OBJECT", | |
"description": "Indicates this type is an input object. `inputFields` is a valid field.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "LIST", | |
"description": "Indicates this type is a list. `ofType` is a valid field.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "NON_NULL", | |
"description": "Indicates this type is a non-null. `ofType` is a valid field.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "__Field", | |
"description": "Object and Interface types are described by a list of Fields, each of which has a name, potentially a list of arguments, and a return type.", | |
"fields": [ | |
{ | |
"name": "name", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "description", | |
"description": null, | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "args", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "__InputValue", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "type", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "isDeprecated", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "deprecationReason", | |
"description": null, | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "__InputValue", | |
"description": "Arguments provided to Fields or Directives and the input fields of an InputObject are represented as Input Values which describe their type and optionally a default value.", | |
"fields": [ | |
{ | |
"name": "name", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "description", | |
"description": null, | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "type", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "OBJECT", "name": "__Type", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "defaultValue", | |
"description": "A GraphQL-formatted string representing the default value for this input value.", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "__EnumValue", | |
"description": "One possible value for a given Enum. Enum values are unique values, not a placeholder for a string or numeric value. However an Enum value is returned in a JSON response as a string.", | |
"fields": [ | |
{ | |
"name": "name", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "description", | |
"description": null, | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "isDeprecated", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "deprecationReason", | |
"description": null, | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "__Directive", | |
"description": "A Directive provides a way to describe alternate runtime execution and type validation behavior in a GraphQL document.\n\nIn some cases, you need to provide options to alter GraphQL's execution behavior in ways field arguments will not suffice, such as conditionally including or skipping a field. Directives provide this by describing additional information to the executor.", | |
"fields": [ | |
{ | |
"name": "name", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "description", | |
"description": null, | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "locations", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "__DirectiveLocation", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "args", | |
"description": null, | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "LIST", | |
"name": null, | |
"ofType": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "OBJECT", | |
"name": "__InputValue", | |
"ofType": null | |
} | |
} | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "__DirectiveLocation", | |
"description": "A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "QUERY", | |
"description": "Location adjacent to a query operation.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "MUTATION", | |
"description": "Location adjacent to a mutation operation.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SUBSCRIPTION", | |
"description": "Location adjacent to a subscription operation.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "FIELD", | |
"description": "Location adjacent to a field.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "FRAGMENT_DEFINITION", | |
"description": "Location adjacent to a fragment definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "FRAGMENT_SPREAD", | |
"description": "Location adjacent to a fragment spread.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "INLINE_FRAGMENT", | |
"description": "Location adjacent to an inline fragment.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "VARIABLE_DEFINITION", | |
"description": "Location adjacent to a variable definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SCHEMA", | |
"description": "Location adjacent to a schema definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "SCALAR", | |
"description": "Location adjacent to a scalar definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "OBJECT", | |
"description": "Location adjacent to an object type definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "FIELD_DEFINITION", | |
"description": "Location adjacent to a field definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ARGUMENT_DEFINITION", | |
"description": "Location adjacent to an argument definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "INTERFACE", | |
"description": "Location adjacent to an interface definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "UNION", | |
"description": "Location adjacent to a union definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ENUM", | |
"description": "Location adjacent to an enum definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "ENUM_VALUE", | |
"description": "Location adjacent to an enum value definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "INPUT_OBJECT", | |
"description": "Location adjacent to an input object type definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "INPUT_FIELD_DEFINITION", | |
"description": "Location adjacent to an input object field definition.", | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "SCALAR", | |
"name": "Json", | |
"description": "Raw JSON value", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "ENUM", | |
"name": "LanguageCode", | |
"description": "", | |
"fields": null, | |
"inputFields": null, | |
"interfaces": null, | |
"enumValues": [ | |
{ | |
"name": "EN", | |
"description": "", | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Localisation", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "code", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "text", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "language", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "LanguageCode", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [{ "kind": "INTERFACE", "name": "Node", "ofType": null }], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Organisation", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "name", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "description", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [{ "kind": "INTERFACE", "name": "Node", "ofType": null }], | |
"enumValues": null, | |
"possibleTypes": null | |
}, | |
{ | |
"kind": "OBJECT", | |
"name": "Schema", | |
"description": "", | |
"fields": [ | |
{ | |
"name": "id", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "ID", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "name", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "description", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "String", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "schema", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "Json", "ofType": null } | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "version", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "Int", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "publicationStatus", | |
"description": "", | |
"args": [], | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { | |
"kind": "ENUM", | |
"name": "PublicationStatus", | |
"ofType": null | |
} | |
}, | |
"isDeprecated": false, | |
"deprecationReason": null | |
}, | |
{ | |
"name": "date", | |
"description": "", | |
"args": [], | |
"type": { "kind": "SCALAR", "name": "DateTime", "ofType": null }, | |
"isDeprecated": false, | |
"deprecationReason": null | |
} | |
], | |
"inputFields": null, | |
"interfaces": [{ "kind": "INTERFACE", "name": "Node", "ofType": null }], | |
"enumValues": null, | |
"possibleTypes": null | |
} | |
], | |
"directives": [ | |
{ | |
"name": "skip", | |
"description": "Directs the executor to skip this field or fragment when the `if` argument is true.", | |
"locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"], | |
"args": [ | |
{ | |
"name": "if", | |
"description": "Skipped when true.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } | |
}, | |
"defaultValue": null | |
} | |
] | |
}, | |
{ | |
"name": "include", | |
"description": "Directs the executor to include this field or fragment only when the `if` argument is true.", | |
"locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"], | |
"args": [ | |
{ | |
"name": "if", | |
"description": "Included when true.", | |
"type": { | |
"kind": "NON_NULL", | |
"name": null, | |
"ofType": { "kind": "SCALAR", "name": "Boolean", "ofType": null } | |
}, | |
"defaultValue": null | |
} | |
] | |
}, | |
{ | |
"name": "deprecated", | |
"description": "Marks an element of a GraphQL schema as no longer supported.", | |
"locations": ["FIELD_DEFINITION", "ENUM_VALUE"], | |
"args": [ | |
{ | |
"name": "reason", | |
"description": "Explains why this element was deprecated, usually also including a suggestion for how to access supported similar data. Formatted using the Markdown syntax (as specified by [CommonMark](https://commonmark.org/).", | |
"type": { "kind": "SCALAR", "name": "String", "ofType": null }, | |
"defaultValue": "\"No longer supported\"" | |
} | |
] | |
} | |
] | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export type Maybe<T> = T | null; | |
export interface NotificationsInput { | |
visible?: Maybe<boolean>; | |
skip?: Maybe<number>; | |
first?: Maybe<number>; | |
} | |
export interface BpmnProcessesInput { | |
status?: Maybe<PublicationStatus>; | |
name?: Maybe<string>; | |
skip?: Maybe<number>; | |
first?: Maybe<number>; | |
} | |
export interface BpmnProcessInstancesInput { | |
status?: Maybe<BpmnProcessInstanceStatus>; | |
name?: Maybe<string>; | |
dateStarted?: Maybe<DateTime>; | |
dateFinished?: Maybe<DateTime>; | |
duration?: Maybe<number>; | |
processId?: Maybe<string>; | |
skip?: Maybe<number>; | |
first?: Maybe<number>; | |
} | |
export interface BpmnTaskInstancesInput { | |
processInstanceId: string; | |
} | |
export interface NotifyInput { | |
userId?: Maybe<string>; | |
processInstanceId?: Maybe<string>; | |
code?: Maybe<NotificationCode>; | |
params: string[]; | |
type: NotificationType; | |
} | |
export interface CreateProcessInput { | |
name: string; | |
description?: Maybe<string>; | |
model?: Maybe<string>; | |
status?: Maybe<PublicationStatus>; | |
} | |
export interface LaunchProcessInstanceInput { | |
processId: string; | |
role?: Maybe<string>; | |
} | |
export interface AddCommentInput { | |
processInstanceId: string; | |
comment: string; | |
replyTo?: Maybe<string>; | |
resourceId?: Maybe<string>; | |
} | |
export interface SaveFormInput { | |
taskInstanceId: string; | |
data: string; | |
} | |
export interface ModifyRoleInput { | |
roleId?: Maybe<string>; | |
name: string; | |
description?: Maybe<string>; | |
} | |
export interface AuthInput { | |
user?: Maybe<string>; | |
password?: Maybe<string>; | |
} | |
export enum NotificationType { | |
Info = "Info", | |
Error = "Error", | |
Warning = "Warning" | |
} | |
export enum ResourceType { | |
Url = "Url", | |
File = "File", | |
Form = "Form", | |
Document = "Document", | |
Email = "Email" | |
} | |
export enum PublicationStatus { | |
Draft = "Draft", | |
Proposal = "Proposal", | |
Published = "Published", | |
Archived = "Archived" | |
} | |
export enum BpmnTaskInstanceResult { | |
Error = "Error", | |
Finished = "Finished", | |
Submitted = "Submitted", | |
Approved = "Approved", | |
Rejected = "Rejected", | |
Tentative = "Tentative", | |
RequiresAdjustments = "RequiresAdjustments" | |
} | |
export enum BpmnProcessInstanceStatus { | |
Running = "Running", | |
Finished = "Finished", | |
Failed = "Failed", | |
Error = "Error", | |
Aborted = "Aborted", | |
Paused = "Paused" | |
} | |
export enum NotificationCode { | |
ProcessStatusChanged = "ProcessStatusChanged", | |
TaskStatusChanged = "TaskStatusChanged", | |
ActionRequired = "ActionRequired" | |
} | |
export enum LanguageCode { | |
En = "EN" | |
} | |
export type DateTime = any; | |
/** Raw JSON value */ | |
export type Json = any; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment