IMS
Entity which represents an issue management system (like GitHub, Jira, Redmine, ...). Trackables can be added to this via an IMSProject, so that their issues are synced to this IMS. READ is granted via an associated IMSPermission.
type IMS implements BaseNode, MutableTemplatedNode, Named, NamedNode, Node, SyncPermissionTarget, TemplatedNode {
description: String!
hasPermission(
permission: AllPermissionEntry
): Boolean!
id: ID!
isSyncOthersAllowed: Boolean!
isSyncSelfAllowed: Boolean!
name: String!
permissions(
after: String
before: String
filter: IMSPermissionFilterInput
first: Int
last: Int
orderBy: [IMSPermissionOrder!]
skip: Int
): IMSPermissionConnection!
projects(
after: String
before: String
filter: IMSProjectFilterInput
first: Int
last: Int
orderBy: [IMSProjectOrder!]
skip: Int
): IMSProjectConnection!
syncOthersAllowedBy(
after: String
before: String
filter: GropiusUserFilterInput
first: Int
last: Int
orderBy: [GropiusUserOrder!]
skip: Int
): GropiusUserConnection!
syncSelfAllowedBy(
after: String
before: String
filter: GropiusUserFilterInput
first: Int
last: Int
orderBy: [GropiusUserOrder!]
skip: Int
): GropiusUserConnection!
template: IMSTemplate!
templatedField(
name: String!
): JSON
templatedFields(
names: [String!]
prefixMatching: Boolean
): [JSONField!]!
users(
after: String
before: String
filter: IMSUserFilterInput
first: Int
last: Int
orderBy: [IMSUserOrder!]
skip: Int
): IMSUserConnection!
}
Fields
IMS.description ● String! non-null scalar
The description of this entity.
IMS.hasPermission ● Boolean! non-null scalar
Checks if the current user has a specific permission on this Node
IMS.hasPermission.permission●AllPermissionEntryenumThe permission to check for
IMS.id ● ID! non-null scalar
The unique id of this node
IMS.isSyncOthersAllowed ● Boolean! non-null scalar
Checks if the current user allows to sync other users' data to this target
IMS.isSyncSelfAllowed ● Boolean! non-null scalar
Checks if the current user allows to sync their data to this target
IMS.name ● String! non-null scalar
The name of this entity.
IMS.permissions ● IMSPermissionConnection! non-null object
Permissions for this IMS.
IMS.permissions.after●StringscalarGet only items after the cursor
IMS.permissions.before ● String scalar
Get only items before the cursor
IMS.permissions.filter ● IMSPermissionFilterInput input
Filter for specific items in the connection
IMS.permissions.first ● Int scalar
Get the first n items. Must not be used if before is specified
IMS.permissions.last ● Int scalar
Get the last n items. Must not be used if after is specified
IMS.permissions.orderBy ● [IMSPermissionOrder!] list input
Order in which the items are sorted
IMS.permissions.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IMS.projects ● IMSProjectConnection! non-null object
Projects which are synced to this IMS.
IMS.projects.after●StringscalarGet only items after the cursor
IMS.projects.before ● String scalar
Get only items before the cursor
IMS.projects.filter ● IMSProjectFilterInput input
Filter for specific items in the connection
IMS.projects.first ● Int scalar
Get the first n items. Must not be used if before is specified
IMS.projects.last ● Int scalar
Get the last n items. Must not be used if after is specified
IMS.projects.orderBy ● [IMSProjectOrder!] list input
Order in which the items are sorted
IMS.projects.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IMS.syncOthersAllowedBy ● GropiusUserConnection! non-null object
The users which allow to sync the data of other users to this target.
IMS.syncOthersAllowedBy.after●StringscalarGet only items after the cursor
IMS.syncOthersAllowedBy.before ● String scalar
Get only items before the cursor
IMS.syncOthersAllowedBy.filter ● GropiusUserFilterInput input
Filter for specific items in the connection
IMS.syncOthersAllowedBy.first ● Int scalar
Get the first n items. Must not be used if before is specified
IMS.syncOthersAllowedBy.last ● Int scalar
Get the last n items. Must not be used if after is specified
IMS.syncOthersAllowedBy.orderBy ● [GropiusUserOrder!] list input
Order in which the items are sorted
IMS.syncOthersAllowedBy.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IMS.syncSelfAllowedBy ● GropiusUserConnection! non-null object
The users which allow to sync their data to this target.
IMS.syncSelfAllowedBy.after●StringscalarGet only items after the cursor
IMS.syncSelfAllowedBy.before ● String scalar
Get only items before the cursor
IMS.syncSelfAllowedBy.filter ● GropiusUserFilterInput input
Filter for specific items in the connection
IMS.syncSelfAllowedBy.first ● Int scalar
Get the first n items. Must not be used if before is specified
IMS.syncSelfAllowedBy.last ● Int scalar
Get the last n items. Must not be used if after is specified
IMS.syncSelfAllowedBy.orderBy ● [GropiusUserOrder!] list input
Order in which the items are sorted
IMS.syncSelfAllowedBy.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IMS.template ● IMSTemplate! non-null object
The Template of this Component.
IMS.templatedField ● JSON scalar
Value of a field defined by the template. Error if such a field is not defined.
IMS.templatedField.name●String!non-null scalarName of the extension field
IMS.templatedFields ● [JSONField!]! non-null object
All templatedFields If
namesis provided, only those matching the name. IfprefixMatchingis true, matching is done by prefix, otherwise by full name.
IMS.templatedFields.names●[String!]list scalarNames of the templated fields. If not provided, all templatedFields.
IMS.templatedFields.prefixMatching ● Boolean scalar
If true, name matching is performed as prefix matching, otherwise as absolute match. Defaults to absolute matching
IMS.users ● IMSUserConnection! non-null object
Users of this IMS.
IMS.users.after●StringscalarGet only items after the cursor
IMS.users.before ● String scalar
Get only items before the cursor
IMS.users.filter ● IMSUserFilterInput input
Filter for specific items in the connection
IMS.users.first ● Int scalar
Get the first n items. Must not be used if before is specified
IMS.users.last ● Int scalar
Get the last n items. Must not be used if after is specified
IMS.users.orderBy ● [IMSUserOrder!] list input
Order in which the items are sorted
IMS.users.skip ● Int scalar
Skips n items. First or last MUST be specified, is otherwise ignored
Interfaces
BaseNode interface
Shared extensions to the node type.
MutableTemplatedNode interface
Interface for all types which support templates describing user writeable fields.
Named interface
Entity with a name and a description.
NamedNode interface
Node with a name and description
Node interface
Base class of all nodes
SyncPermissionTarget interface
A target where users can configure how the sync should behave.
TemplatedNode interface
Interface for all types which support templates.
Returned by
searchIMSs query
Member of
IMSConnection object ● IMSEdge object ● IMSProject object ● IMSUser object