IMSTemplate
Template for imss Defines templated fields with specific types (defined using JSON schema).
type IMSTemplate implements BaseNode, BaseTemplate, Named, NamedNode, Node, Template {
description: String!
extendedBy(
after: String
before: String
filter: IMSTemplateFilterInput
first: Int
last: Int
orderBy: [IMSTemplateOrder!]
skip: Int
): IMSTemplateConnection!
extends(
after: String
before: String
filter: IMSTemplateFilterInput
first: Int
last: Int
orderBy: [IMSTemplateOrder!]
skip: Int
): IMSTemplateConnection!
hasPermission(
permission: AllPermissionEntry
): Boolean!
id: ID!
imsIssueTemplate: IMSIssueTemplate!
imsProjectTemplate: IMSProjectTemplate!
imsUserTemplate: IMSUserTemplate!
isDeprecated: Boolean!
name: String!
templateFieldSpecifications(
namePrefix: String
): [JSONField!]!
usedIn(
after: String
before: String
filter: IMSFilterInput
first: Int
last: Int
orderBy: [IMSOrder!]
skip: Int
): IMSConnection!
}
Fields
IMSTemplate.description
● String!
non-null scalar
The description of this entity.
IMSTemplate.extendedBy
● IMSTemplateConnection!
non-null object
Templates that extend this template.
IMSTemplate.extendedBy.after
●String
scalarGet only items after the cursor
IMSTemplate.extendedBy.before
● String
scalar
Get only items before the cursor
IMSTemplate.extendedBy.filter
● IMSTemplateFilterInput
input
Filter for specific items in the connection
IMSTemplate.extendedBy.first
● Int
scalar
Get the first n items. Must not be used if before is specified
IMSTemplate.extendedBy.last
● Int
scalar
Get the last n items. Must not be used if after is specified
IMSTemplate.extendedBy.orderBy
● [IMSTemplateOrder!]
list input
Order in which the items are sorted
IMSTemplate.extendedBy.skip
● Int
scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IMSTemplate.extends
● IMSTemplateConnection!
non-null object
Template this template extends.
IMSTemplate.extends.after
●String
scalarGet only items after the cursor
IMSTemplate.extends.before
● String
scalar
Get only items before the cursor
IMSTemplate.extends.filter
● IMSTemplateFilterInput
input
Filter for specific items in the connection
IMSTemplate.extends.first
● Int
scalar
Get the first n items. Must not be used if before is specified
IMSTemplate.extends.last
● Int
scalar
Get the last n items. Must not be used if after is specified
IMSTemplate.extends.orderBy
● [IMSTemplateOrder!]
list input
Order in which the items are sorted
IMSTemplate.extends.skip
● Int
scalar
Skips n items. First or last MUST be specified, is otherwise ignored
IMSTemplate.hasPermission
● Boolean!
non-null scalar
Checks if the current user has a specific permission on this Node
IMSTemplate.hasPermission.permission
●AllPermissionEntry
enumThe permission to check for
IMSTemplate.id
● ID!
non-null scalar
The unique id of this node
IMSTemplate.imsIssueTemplate
● IMSIssueTemplate!
non-null object
SubTemplate applied to all IMSIssues with this Template
IMSTemplate.imsProjectTemplate
● IMSProjectTemplate!
non-null object
SubTemplate applied to all IMSProjects with this Template
IMSTemplate.imsUserTemplate
● IMSUserTemplate!
non-null object
SubTemplate applied to all IMSUsers with this Template
IMSTemplate.isDeprecated
● Boolean!
non-null scalar
If true, this template is deprecated and cannot be used for new entities any more.
IMSTemplate.name
● String!
non-null scalar
The name of this entity.
IMSTemplate.templateFieldSpecifications
● [JSONField!]!
non-null object
All template field specifications, if a
namePrefix
is provided, only those matching it
IMSTemplate.templateFieldSpecifications.namePrefix
●String
scalarName of the extension field.
IMSTemplate.usedIn
● IMSConnection!
non-null object
Entities which use this template.
IMSTemplate.usedIn.after
●String
scalarGet only items after the cursor
IMSTemplate.usedIn.before
● String
scalar
Get only items before the cursor
IMSTemplate.usedIn.filter
● IMSFilterInput
input
Filter for specific items in the connection
IMSTemplate.usedIn.first
● Int
scalar
Get the first n items. Must not be used if before is specified
IMSTemplate.usedIn.last
● Int
scalar
Get the last n items. Must not be used if after is specified
IMSTemplate.usedIn.orderBy
● [IMSOrder!]
list input
Order in which the items are sorted
IMSTemplate.usedIn.skip
● Int
scalar
Skips n items. First or last MUST be specified, is otherwise ignored
Interfaces
BaseNode
interface
Shared extensions to the node type.
BaseTemplate
interface
Base type for both Template and SubTemplate. Defines templated fields with specific types (defined using JSON schema). READ is always granted.
Named
interface
Entity with a name and a description.
NamedNode
interface
Node with a name and description
Node
interface
Base class of all nodes
Template
interface
BaseTemplate with composition features. Can have SubTemplates. Defines templated fields with specific types (defined using JSON schema).
Returned by
searchIMSTemplates
query
Member of
IMS
object ● IMSIssueTemplate
object ● IMSProjectTemplate
object ● IMSTemplateConnection
object ● IMSTemplateEdge
object ● IMSUserTemplate
object