Module: model/graphql/generated
Enumerations
- AffectedByIssueOrderField
- AggregatedIssueOrderField
- AggregatedIssueRelationOrderField
- AllPermissionEntry
- ArtefactOrderField
- ArtefactTemplateOrderField
- AssignmentOrderField
- AssignmentTypeOrderField
- AuditedNodeOrderField
- BasePermissionOrderField
- ComponentOrderField
- ComponentPermissionEntry
- ComponentPermissionOrderField
- ComponentTemplateOrderField
- ComponentVersionOrderField
- GlobalPermissionOrderField
- GropiusUserOrderField
- ImsIssueOrderField
- ImsOrderField
- ImsPermissionEntry
- ImsPermissionOrderField
- ImsProjectOrderField
- ImsTemplateOrderField
- ImsUserOrderField
- InterfaceDefinitionOrderField
- InterfaceOrderField
- InterfacePartOrderField
- InterfaceSpecificationDerivationConditionOrderField
- InterfaceSpecificationOrderField
- InterfaceSpecificationTemplateOrderField
- InterfaceSpecificationVersionOrderField
- IntraComponentDependencyParticipantOrderField
- IntraComponentDependencySpecificationOrderField
- IssueCommentOrderField
- IssueOrderField
- IssuePriorityOrderField
- IssueRelationOrderField
- IssueRelationTypeOrderField
- IssueStateOrderField
- IssueTemplateOrderField
- IssueTypeOrderField
- LabelOrderField
- MarkerType
- OrderDirection
- PermissionEntry
- ProjectOrderField
- ProjectPermissionEntry
- ProjectPermissionOrderField
- RelationConditionOrderField
- RelationOrderField
- RelationPartnerTemplateOrderField
- RelationTemplateOrderField
- ShapeType
- SyncPermissionTargetOrderField
- TimelineItemOrderField
- TimelineItemType
- TrackableOrderField
- UserOrderField
Type Aliases
AffectedByIssueFilterInput
Ƭ AffectedByIssueFilterInput: Object
Filter used to filter AffectedByIssue
Type declaration
| Name | Type | Description |
|---|---|---|
affectingIssues? | InputMaybe<IssueListFilterInput> | Filter by affectingIssues |
and? | InputMaybe<AffectedByIssueFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<AffectedByIssueFilterInput> | Negates the subformula |
or? | InputMaybe<AffectedByIssueFilterInput[]> | Connects all subformulas via or |
relatedTo? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for AffectedByIssues which are related to a Trackable |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:25
AffectedByIssueListFilterInput
Ƭ AffectedByIssueListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<AffectedByIssueFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<AffectedByIssueFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<AffectedByIssueFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:45
AffectedByIssueOrder
Ƭ AffectedByIssueOrder: Object
Defines the order of a AffectedByIssue list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<AffectedByIssueOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:55
AggregatedIssueFilterInput
Ƭ AggregatedIssueFilterInput: Object
Filter used to filter AggregatedIssue
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<AggregatedIssueFilterInput[]> | Connects all subformulas via and |
count? | InputMaybe<IntFilterInput> | Filter by count |
id? | InputMaybe<IdFilterInput> | Filter by id |
incomingRelations? | InputMaybe<AggregatedIssueRelationListFilterInput> | Filter by incomingRelations |
isOpen? | InputMaybe<BooleanFilterInput> | Filter by isOpen |
issues? | InputMaybe<IssueListFilterInput> | Filter by issues |
not? | InputMaybe<AggregatedIssueFilterInput> | Negates the subformula |
or? | InputMaybe<AggregatedIssueFilterInput[]> | Connects all subformulas via or |
outgoingRelations? | InputMaybe<AggregatedIssueRelationListFilterInput> | Filter by outgoingRelations |
relationPartner? | InputMaybe<RelationPartnerFilterInput> | Filters for nodes where the related node match this filter |
type? | InputMaybe<IssueTypeFilterInput> | Filters for nodes where the related node match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:71
AggregatedIssueListFilterInput
Ƭ AggregatedIssueListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<AggregatedIssueFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<AggregatedIssueFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<AggregatedIssueFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:97
AggregatedIssueOrder
Ƭ AggregatedIssueOrder: Object
Defines the order of a AggregatedIssue list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<AggregatedIssueOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:107
AggregatedIssueRelationFilterInput
Ƭ AggregatedIssueRelationFilterInput: Object
Filter used to filter AggregatedIssueRelation
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<AggregatedIssueRelationFilterInput[]> | Connects all subformulas via and |
end? | InputMaybe<AggregatedIssueFilterInput> | Filters for nodes where the related node match this filter |
id? | InputMaybe<IdFilterInput> | Filter by id |
issueRelations? | InputMaybe<IssueRelationListFilterInput> | Filter by issueRelations |
not? | InputMaybe<AggregatedIssueRelationFilterInput> | Negates the subformula |
or? | InputMaybe<AggregatedIssueRelationFilterInput[]> | Connects all subformulas via or |
start? | InputMaybe<AggregatedIssueFilterInput> | Filters for nodes where the related node match this filter |
type? | InputMaybe<IssueRelationTypeFilterInput> | Filters for nodes where the related node match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:123
AggregatedIssueRelationListFilterInput
Ƭ AggregatedIssueRelationListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<AggregatedIssueRelationFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<AggregatedIssueRelationFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<AggregatedIssueRelationFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:143
AggregatedIssueRelationOrder
Ƭ AggregatedIssueRelationOrder: Object
Defines the order of a AggregatedIssueRelation list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<AggregatedIssueRelationOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:153
ArtefactFilterInput
Ƭ ArtefactFilterInput: Object
Filter used to filter Artefact
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ArtefactFilterInput[]> | Connects all subformulas via and |
createdAt? | InputMaybe<DateTimeFilterInput> | Filter by createdAt |
createdBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
file? | InputMaybe<StringFilterInput> | Filter by file |
from? | InputMaybe<NullableIntFilterInput> | Filter by from |
id? | InputMaybe<IdFilterInput> | Filter by id |
issues? | InputMaybe<IssueListFilterInput> | Filter by issues |
lastModifiedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastModifiedAt |
lastModifiedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<ArtefactFilterInput> | Negates the subformula |
or? | InputMaybe<ArtefactFilterInput[]> | Connects all subformulas via or |
referencingComments? | InputMaybe<IssueCommentListFilterInput> | Filter by referencingComments |
template? | InputMaybe<ArtefactTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
to? | InputMaybe<NullableIntFilterInput> | Filter by to |
trackable? | InputMaybe<TrackableFilterInput> | Filters for nodes where the related node match this filter |
version? | InputMaybe<NullableStringFilterInput> | Filter by version |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:250
ArtefactListFilterInput
Ƭ ArtefactListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ArtefactFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ArtefactFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ArtefactFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:288
ArtefactOrder
Ƭ ArtefactOrder: Object
Defines the order of a Artefact list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ArtefactOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:298
ArtefactTemplateFilterInput
Ƭ ArtefactTemplateFilterInput: Object
Filter used to filter ArtefactTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ArtefactTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
extendedBy? | InputMaybe<ArtefactTemplateListFilterInput> | Filter by extendedBy |
extends? | InputMaybe<ArtefactTemplateListFilterInput> | Filter by extends |
id? | InputMaybe<IdFilterInput> | Filter by id |
isDeprecated? | InputMaybe<BooleanFilterInput> | Filter by isDeprecated |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ArtefactTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<ArtefactTemplateFilterInput[]> | Connects all subformulas via or |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:324
ArtefactTemplateListFilterInput
Ƭ ArtefactTemplateListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ArtefactTemplateFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ArtefactTemplateFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ArtefactTemplateFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:346
ArtefactTemplateOrder
Ƭ ArtefactTemplateOrder: Object
Defines the order of a ArtefactTemplate list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ArtefactTemplateOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:356
AssignmentFilterInput
Ƭ AssignmentFilterInput: Object
Filter used to filter Assignment
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<AssignmentFilterInput[]> | Connects all subformulas via and |
createdAt? | InputMaybe<DateTimeFilterInput> | Filter by createdAt |
createdBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
id? | InputMaybe<IdFilterInput> | Filter by id |
initialType? | InputMaybe<AssignmentTypeFilterInput> | Filters for nodes where the related node match this filter |
issue? | InputMaybe<IssueFilterInput> | Filters for nodes where the related node match this filter |
lastModifiedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastModifiedAt |
lastModifiedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<AssignmentFilterInput> | Negates the subformula |
or? | InputMaybe<AssignmentFilterInput[]> | Connects all subformulas via or |
parentItem? | InputMaybe<ParentTimelineItemFilterInput> | Filters for nodes where the related node match this filter |
timelineItemTypes? | InputMaybe<TimelineItemType[]> | Filter for specific timeline items. Entries are joined by OR |
type? | InputMaybe<AssignmentTypeFilterInput> | Filters for nodes where the related node match this filter |
user? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:372
AssignmentListFilterInput
Ƭ AssignmentListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<AssignmentFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<AssignmentFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<AssignmentFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:404
AssignmentOrder
Ƭ AssignmentOrder: Object
Defines the order of a Assignment list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<AssignmentOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:414
AssignmentTypeFilterInput
Ƭ AssignmentTypeFilterInput: Object
Filter used to filter AssignmentType
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<AssignmentTypeFilterInput[]> | Connects all subformulas via and |
assignmentsWithType? | InputMaybe<AssignmentListFilterInput> | Filter by assignmentsWithType |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<AssignmentTypeFilterInput> | Negates the subformula |
or? | InputMaybe<AssignmentTypeFilterInput[]> | Connects all subformulas via or |
partOf? | InputMaybe<IssueTemplateListFilterInput> | Filter by partOf |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:432
AssignmentTypeListFilterInput
Ƭ AssignmentTypeListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<AssignmentTypeFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<AssignmentTypeFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<AssignmentTypeFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:452
AssignmentTypeOrder
Ƭ AssignmentTypeOrder: Object
Defines the order of a AssignmentType list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<AssignmentTypeOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:462
AuditedNodeFilterInput
Ƭ AuditedNodeFilterInput: Object
Filter used to filter AuditedNode
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<AuditedNodeFilterInput[]> | Connects all subformulas via and |
createdAt? | InputMaybe<DateTimeFilterInput> | Filter by createdAt |
createdBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
id? | InputMaybe<IdFilterInput> | Filter by id |
lastModifiedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastModifiedAt |
lastModifiedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<AuditedNodeFilterInput> | Negates the subformula |
or? | InputMaybe<AuditedNodeFilterInput[]> | Connects all subformulas via or |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:478
AuditedNodeListFilterInput
Ƭ AuditedNodeListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<AuditedNodeFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<AuditedNodeFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<AuditedNodeFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:498
AuditedNodeOrder
Ƭ AuditedNodeOrder: Object
Defines the order of a AuditedNode list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<AuditedNodeOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:508
BasePermissionFilterInput
Ƭ BasePermissionFilterInput: Object
Filter used to filter BasePermission
Type declaration
| Name | Type | Description |
|---|---|---|
allUsers? | InputMaybe<BooleanFilterInput> | Filter by allUsers |
and? | InputMaybe<BasePermissionFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<BasePermissionFilterInput> | Negates the subformula |
or? | InputMaybe<BasePermissionFilterInput[]> | Connects all subformulas via or |
users? | InputMaybe<GropiusUserListFilterInput> | Filter by users |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:526
BasePermissionListFilterInput
Ƭ BasePermissionListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<BasePermissionFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<BasePermissionFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<BasePermissionFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:546
BasePermissionOrder
Ƭ BasePermissionOrder: Object
Defines the order of a BasePermission list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<BasePermissionOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:556
BodyFilterInput
Ƭ BodyFilterInput: Object
Filter used to filter Body
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<BodyFilterInput[]> | Connects all subformulas via and |
answeredBy? | InputMaybe<IssueCommentListFilterInput> | Filter by answeredBy |
bodyLastEditedAt? | InputMaybe<DateTimeFilterInput> | Filter by bodyLastEditedAt |
bodyLastEditedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
createdAt? | InputMaybe<DateTimeFilterInput> | Filter by createdAt |
createdBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
id? | InputMaybe<IdFilterInput> | Filter by id |
issue? | InputMaybe<IssueFilterInput> | Filters for nodes where the related node match this filter |
lastModifiedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastModifiedAt |
lastModifiedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<BodyFilterInput> | Negates the subformula |
or? | InputMaybe<BodyFilterInput[]> | Connects all subformulas via or |
parentItem? | InputMaybe<ParentTimelineItemFilterInput> | Filters for nodes where the related node match this filter |
timelineItemTypes? | InputMaybe<TimelineItemType[]> | Filter for specific timeline items. Entries are joined by OR |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:574
BooleanFilterInput
Ƭ BooleanFilterInput: Object
Filter which can be used to filter for Nodes with a specific Boolean field
Type declaration
| Name | Type | Description |
|---|---|---|
eq? | InputMaybe<Scalars["Boolean"][``"input"``]> | Matches values which are equal to the provided value |
in? | InputMaybe<Scalars["Boolean"][``"input"``][]> | Matches values which are equal to any of the provided values |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:606
CheckUserIsAdminQuery
Ƭ CheckUserIsAdminQuery: Object
Type declaration
| Name | Type |
|---|---|
__typename? | "Query" |
node? | { __typename: "AddedAffectedEntityEvent" } | { __typename: "AddedArtefactEvent" } | { __typename: "AddedLabelEvent" } | { __typename: "AddedToPinnedIssuesEvent" } | { __typename: "AddedToTrackableEvent" } | { __typename: "AggregatedIssue" } | { __typename: "AggregatedIssueRelation" } | { __typename: "Artefact" } | { __typename: "ArtefactTemplate" } | { __typename: "Assignment" } | { __typename: "AssignmentType" } | { __typename: "AssignmentTypeChangedEvent" } | { __typename: "Body" } | { __typename: "Component" } | { __typename: "ComponentPermission" } | { __typename: "ComponentTemplate" } | { __typename: "ComponentVersion" } | { __typename: "ComponentVersionTemplate" } | { __typename: "FillStyle" } | { __typename: "GlobalPermission" } | { __typename: "GropiusUser" ; id: string ; isAdmin: boolean } | { __typename: "IMS" } | { __typename: "IMSIssue" } | { __typename: "IMSIssueTemplate" } | { __typename: "IMSPermission" } | { __typename: "IMSProject" } | { __typename: "IMSProjectTemplate" } | { __typename: "IMSTemplate" } | { __typename: "IMSUser" } | { __typename: "IMSUserTemplate" } | { __typename: "IncomingRelationTypeChangedEvent" } | { __typename: "Interface" } | { __typename: "InterfaceDefinition" } | { __typename: "InterfaceDefinitionTemplate" } | { __typename: "InterfacePart" } | { __typename: "InterfacePartTemplate" } | { __typename: "InterfaceSpecification" } | { __typename: "InterfaceSpecificationDerivationCondition" } | { __typename: "InterfaceSpecificationTemplate" } | { __typename: "InterfaceSpecificationVersion" } | { __typename: "InterfaceSpecificationVersionTemplate" } | { __typename: "InterfaceTemplate" } | { __typename: "IntraComponentDependencyParticipant" } | { __typename: "IntraComponentDependencySpecification" } | { __typename: "Issue" } | { __typename: "IssueComment" } | { __typename: "IssuePriority" } | { __typename: "IssueRelation" } | { __typename: "IssueRelationType" } | { __typename: "IssueState" } | { __typename: "IssueTemplate" } | { __typename: "IssueType" } | { __typename: "Label" } | { __typename: "OutgoingRelationTypeChangedEvent" } | { __typename: "PriorityChangedEvent" } | { __typename: "Project" } | { __typename: "ProjectPermission" } | { __typename: "RelatedByIssueEvent" } | { __typename: "Relation" } | { __typename: "RelationCondition" } | { __typename: "RelationTemplate" } | { __typename: "RemovedAffectedEntityEvent" } | { __typename: "RemovedArtefactEvent" } | { __typename: "RemovedAssignmentEvent" } | { __typename: "RemovedFromPinnedIssuesEvent" } | { __typename: "RemovedFromTrackableEvent" } | { __typename: "RemovedIncomingRelationEvent" } | { __typename: "RemovedLabelEvent" } | { __typename: "RemovedOutgoingRelationEvent" } | { __typename: "RemovedTemplatedFieldEvent" } | { __typename: "StateChangedEvent" } | { __typename: "StrokeStyle" } | { __typename: "TemplateChangedEvent" } | { __typename: "TemplatedFieldChangedEvent" } | { __typename: "TitleChangedEvent" } | { __typename: "TypeChangedEvent" } | null |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3967
CheckUserIsAdminQueryVariables
Ƭ CheckUserIsAdminQueryVariables: Exact<{ id: Scalars["ID"][``"input"``] }>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3963
CommentFilterInput
Ƭ CommentFilterInput: Object
Filter used to filter Comment
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<CommentFilterInput[]> | Connects all subformulas via and |
answeredBy? | InputMaybe<IssueCommentListFilterInput> | Filter by answeredBy |
bodyLastEditedAt? | InputMaybe<DateTimeFilterInput> | Filter by bodyLastEditedAt |
bodyLastEditedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
createdAt? | InputMaybe<DateTimeFilterInput> | Filter by createdAt |
createdBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
id? | InputMaybe<IdFilterInput> | Filter by id |
issue? | InputMaybe<IssueFilterInput> | Filters for nodes where the related node match this filter |
lastModifiedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastModifiedAt |
lastModifiedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<CommentFilterInput> | Negates the subformula |
or? | InputMaybe<CommentFilterInput[]> | Connects all subformulas via or |
parentItem? | InputMaybe<ParentTimelineItemFilterInput> | Filters for nodes where the related node match this filter |
timelineItemTypes? | InputMaybe<TimelineItemType[]> | Filter for specific timeline items. Entries are joined by OR |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:614
ComponentFilterInput
Ƭ ComponentFilterInput: Object
Filter used to filter Component
Type declaration
| Name | Type | Description |
|---|---|---|
affectingIssues? | InputMaybe<IssueListFilterInput> | Filter by affectingIssues |
and? | InputMaybe<ComponentFilterInput[]> | Connects all subformulas via and |
artefacts? | InputMaybe<ArtefactListFilterInput> | Filter by artefacts |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
interfaceSpecifications? | InputMaybe<InterfaceSpecificationListFilterInput> | Filter by interfaceSpecifications |
issues? | InputMaybe<IssueListFilterInput> | Filter by issues |
labels? | InputMaybe<LabelListFilterInput> | Filter by labels |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ComponentFilterInput> | Negates the subformula |
or? | InputMaybe<ComponentFilterInput[]> | Connects all subformulas via or |
permissions? | InputMaybe<ComponentPermissionListFilterInput> | Filter by permissions |
pinnedIssues? | InputMaybe<IssueListFilterInput> | Filter by pinnedIssues |
relatedTo? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for AffectedByIssues which are related to a Trackable |
repositoryURL? | InputMaybe<NullableStringFilterInput> | Filter by repositoryURL |
syncsTo? | InputMaybe<ImsProjectListFilterInput> | Filter by syncsTo |
template? | InputMaybe<ComponentTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
versions? | InputMaybe<ComponentVersionListFilterInput> | Filter by versions |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:646
ComponentListFilterInput
Ƭ ComponentListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ComponentFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ComponentFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ComponentFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:688
ComponentOrder
Ƭ ComponentOrder: Object
Defines the order of a Component list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ComponentOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:698
ComponentPermissionFilterInput
Ƭ ComponentPermissionFilterInput: Object
Filter used to filter ComponentPermission
Type declaration
| Name | Type | Description |
|---|---|---|
allUsers? | InputMaybe<BooleanFilterInput> | Filter by allUsers |
and? | InputMaybe<ComponentPermissionFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
nodesWithPermission? | InputMaybe<ComponentListFilterInput> | Filter by nodesWithPermission |
not? | InputMaybe<ComponentPermissionFilterInput> | Negates the subformula |
or? | InputMaybe<ComponentPermissionFilterInput[]> | Connects all subformulas via or |
users? | InputMaybe<GropiusUserListFilterInput> | Filter by users |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:797
ComponentPermissionListFilterInput
Ƭ ComponentPermissionListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ComponentPermissionFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ComponentPermissionFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ComponentPermissionFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:819
ComponentPermissionOrder
Ƭ ComponentPermissionOrder: Object
Defines the order of a ComponentPermission list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ComponentPermissionOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:829
ComponentTemplateFilterInput
Ƭ ComponentTemplateFilterInput: Object
Filter used to filter ComponentTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ComponentTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
extendedBy? | InputMaybe<ComponentTemplateListFilterInput> | Filter by extendedBy |
extends? | InputMaybe<ComponentTemplateListFilterInput> | Filter by extends |
id? | InputMaybe<IdFilterInput> | Filter by id |
isDeprecated? | InputMaybe<BooleanFilterInput> | Filter by isDeprecated |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ComponentTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<ComponentTemplateFilterInput[]> | Connects all subformulas via or |
possibleEndOfRelations? | InputMaybe<RelationConditionListFilterInput> | Filter by possibleEndOfRelations |
possibleInvisibleInterfaceSpecifications? | InputMaybe<InterfaceSpecificationTemplateListFilterInput> | Filter by possibleInvisibleInterfaceSpecifications |
possibleStartOfRelations? | InputMaybe<RelationConditionListFilterInput> | Filter by possibleStartOfRelations |
possibleVisibleInterfaceSpecifications? | InputMaybe<InterfaceSpecificationTemplateListFilterInput> | Filter by possibleVisibleInterfaceSpecifications |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:847
ComponentTemplateListFilterInput
Ƭ ComponentTemplateListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ComponentTemplateFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ComponentTemplateFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ComponentTemplateFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:877
ComponentTemplateOrder
Ƭ ComponentTemplateOrder: Object
Defines the order of a ComponentTemplate list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ComponentTemplateOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:887
ComponentVersionFilterInput
Ƭ ComponentVersionFilterInput: Object
Filter used to filter ComponentVersion
Type declaration
| Name | Type | Description |
|---|---|---|
affectingIssues? | InputMaybe<IssueListFilterInput> | Filter by affectingIssues |
aggregatedIssues? | InputMaybe<AggregatedIssueListFilterInput> | Filter by aggregatedIssues |
and? | InputMaybe<ComponentVersionFilterInput[]> | Connects all subformulas via and |
component? | InputMaybe<ComponentFilterInput> | Filters for nodes where the related node match this filter |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
includingProjects? | InputMaybe<ProjectListFilterInput> | Filter by includingProjects |
incomingRelations? | InputMaybe<RelationListFilterInput> | Filter by incomingRelations |
interfaceDefinitions? | InputMaybe<InterfaceDefinitionListFilterInput> | Filter by interfaceDefinitions |
intraComponentDependencySpecifications? | InputMaybe<IntraComponentDependencySpecificationListFilterInput> | Filter by intraComponentDependencySpecifications |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ComponentVersionFilterInput> | Negates the subformula |
or? | InputMaybe<ComponentVersionFilterInput[]> | Connects all subformulas via or |
outgoingRelations? | InputMaybe<RelationListFilterInput> | Filter by outgoingRelations |
partOfProject? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for RelationPartners which are part of a Project's component graph |
relatedTo? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for AffectedByIssues which are related to a Trackable |
template? | InputMaybe<ComponentVersionTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
version? | InputMaybe<StringFilterInput> | Filter by version |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:903
ComponentVersionListFilterInput
Ƭ ComponentVersionListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ComponentVersionFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ComponentVersionFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ComponentVersionFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:945
ComponentVersionOrder
Ƭ ComponentVersionOrder: Object
Defines the order of a ComponentVersion list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ComponentVersionOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:955
ComponentVersionTemplateFilterInput
Ƭ ComponentVersionTemplateFilterInput: Object
Filter used to filter ComponentVersionTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ComponentVersionTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ComponentVersionTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<ComponentVersionTemplateFilterInput[]> | Connects all subformulas via or |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:977
CreateGropiusUserInput
Ƭ CreateGropiusUserInput: Object
Input for the createGropiusUser mutation
Type declaration
| Name | Type | Description |
|---|---|---|
avatar? | InputMaybe<Scalars["URL"][``"input"``]> | The avatar of the created GropiusUser |
displayName | Scalars["String"][``"input"``] | The displayName of the created User |
email? | InputMaybe<Scalars["String"][``"input"``]> | The email of the created User if present |
isAdmin | Scalars["Boolean"][``"input"``] | If true, the created GropiusUser is a global admin |
username | Scalars["String"][``"input"``] | The username of the created GropiusUser, must be unique, must match /^[a-zA-Z0-9_-]+$/ |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:993
CreateImsUserInput
Ƭ CreateImsUserInput: Object
Input for the createIMSUser mutation
Type declaration
| Name | Type | Description |
|---|---|---|
displayName | Scalars["String"][``"input"``] | The displayName of the created User |
email? | InputMaybe<Scalars["String"][``"input"``]> | The email of the created User if present |
gropiusUser? | InputMaybe<Scalars["ID"][``"input"``]> | If present, the id of the GropiusUser the created IMSUser is associated with |
ims | Scalars["ID"][``"input"``] | The id of the IMS the created IMSUser is part of |
templatedFields | JsonFieldInput[] | Initial values for all templatedFields |
username? | InputMaybe<Scalars["String"][``"input"``]> | The username of the created IMSUser, must be unique |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1007
CreateNewImsUserInImsMutation
Ƭ CreateNewImsUserInImsMutation: Object
Type declaration
| Name | Type |
|---|---|
__typename? | "Mutation" |
createIMSUser | { __typename: "CreateIMSUserPayload" ; imsUser: { __typename: "IMSUser" ; id: string } } |
createIMSUser.__typename | "CreateIMSUserPayload" |
createIMSUser.imsUser | { __typename: "IMSUser" ; id: string } |
createIMSUser.imsUser.__typename | "IMSUser" |
createIMSUser.imsUser.id | string |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3857
CreateNewImsUserInImsMutationVariables
Ƭ CreateNewImsUserInImsMutationVariables: Exact<{ input: CreateImsUserInput }>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3853
CreateNewUserMutation
Ƭ CreateNewUserMutation: Object
Type declaration
| Name | Type |
|---|---|
__typename? | "Mutation" |
createGropiusUser | { __typename?: "CreateGropiusUserPayload" ; gropiusUser: { __typename: "GropiusUser" ; displayName: string ; email?: string | null ; id: string ; username: string } } |
createGropiusUser.__typename? | "CreateGropiusUserPayload" |
createGropiusUser.gropiusUser | { __typename: "GropiusUser" ; displayName: string ; email?: string | null ; id: string ; username: string } |
createGropiusUser.gropiusUser.__typename | "GropiusUser" |
createGropiusUser.gropiusUser.displayName | string |
createGropiusUser.gropiusUser.email? | string | null |
createGropiusUser.gropiusUser.id | string |
createGropiusUser.gropiusUser.username | string |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4057
CreateNewUserMutationVariables
Ƭ CreateNewUserMutationVariables: Exact<{ input: CreateGropiusUserInput }>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4053
DateTimeFilterInput
Ƭ DateTimeFilterInput: Object
Filter which can be used to filter for Nodes with a specific DateTime field
Type declaration
| Name | Type | Description |
|---|---|---|
eq? | InputMaybe<Scalars["DateTime"][``"input"``]> | Matches values which are equal to the provided value |
gt? | InputMaybe<Scalars["DateTime"][``"input"``]> | Matches values which are greater than the provided value |
gte? | InputMaybe<Scalars["DateTime"][``"input"``]> | Matches values which are greater than or equal to the provided value |
in? | InputMaybe<Scalars["DateTime"][``"input"``][]> | Matches values which are equal to any of the provided values |
lt? | InputMaybe<Scalars["DateTime"][``"input"``]> | Matches values which are lesser than the provided value |
lte? | InputMaybe<Scalars["DateTime"][``"input"``]> | Matches values which are lesser than or equal to the provided value |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1023
Exact
Ƭ Exact<T>: { [K in keyof T]: T[K] }
Type parameters
| Name | Type |
|---|---|
T | extends Object |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:5
FloatFilterInput
Ƭ FloatFilterInput: Object
Filter which can be used to filter for Nodes with a specific Float field
Type declaration
| Name | Type | Description |
|---|---|---|
eq? | InputMaybe<Scalars["Float"][``"input"``]> | Matches values which are equal to the provided value |
gt? | InputMaybe<Scalars["Float"][``"input"``]> | Matches values which are greater than the provided value |
gte? | InputMaybe<Scalars["Float"][``"input"``]> | Matches values which are greater than or equal to the provided value |
in? | InputMaybe<Scalars["Float"][``"input"``][]> | Matches values which are equal to any of the provided values |
lt? | InputMaybe<Scalars["Float"][``"input"``]> | Matches values which are lesser than the provided value |
lte? | InputMaybe<Scalars["Float"][``"input"``]> | Matches values which are lesser than or equal to the provided value |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1039
GetAllGrpiusUsersQuery
Ƭ GetAllGrpiusUsersQuery: Object
Type declaration
| Name | Type |
|---|---|
__typename? | "Query" |
gropiusUserIds | string[] |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4051
GetAllGrpiusUsersQueryVariables
Ƭ GetAllGrpiusUsersQueryVariables: Exact<{ [key: string]: never; }>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4049
GetBasicGropiusUserDataQuery
Ƭ GetBasicGropiusUserDataQuery: Object
Type declaration
| Name | Type |
|---|---|
__typename? | "Query" |
node? | { __typename?: "AddedAffectedEntityEvent" } | { __typename?: "AddedArtefactEvent" } | { __typename?: "AddedLabelEvent" } | { __typename?: "AddedToPinnedIssuesEvent" } | { __typename?: "AddedToTrackableEvent" } | { __typename?: "AggregatedIssue" } | { __typename?: "AggregatedIssueRelation" } | { __typename?: "Artefact" } | { __typename?: "ArtefactTemplate" } | { __typename?: "Assignment" } | { __typename?: "AssignmentType" } | { __typename?: "AssignmentTypeChangedEvent" } | { __typename?: "Body" } | { __typename?: "Component" } | { __typename?: "ComponentPermission" } | { __typename?: "ComponentTemplate" } | { __typename?: "ComponentVersion" } | { __typename?: "ComponentVersionTemplate" } | { __typename?: "FillStyle" } | { __typename?: "GlobalPermission" } | { __typename: "GropiusUser" ; displayName: string ; email?: string | null ; id: string ; username: string } | { __typename?: "IMS" } | { __typename?: "IMSIssue" } | { __typename?: "IMSIssueTemplate" } | { __typename?: "IMSPermission" } | { __typename?: "IMSProject" } | { __typename?: "IMSProjectTemplate" } | { __typename?: "IMSTemplate" } | { __typename?: "IMSUser" } | { __typename?: "IMSUserTemplate" } | { __typename?: "IncomingRelationTypeChangedEvent" } | { __typename?: "Interface" } | { __typename?: "InterfaceDefinition" } | { __typename?: "InterfaceDefinitionTemplate" } | { __typename?: "InterfacePart" } | { __typename?: "InterfacePartTemplate" } | { __typename?: "InterfaceSpecification" } | { __typename?: "InterfaceSpecificationDerivationCondition" } | { __typename?: "InterfaceSpecificationTemplate" } | { __typename?: "InterfaceSpecificationVersion" } | { __typename?: "InterfaceSpecificationVersionTemplate" } | { __typename?: "InterfaceTemplate" } | { __typename?: "IntraComponentDependencyParticipant" } | { __typename?: "IntraComponentDependencySpecification" } | { __typename?: "Issue" } | { __typename?: "IssueComment" } | { __typename?: "IssuePriority" } | { __typename?: "IssueRelation" } | { __typename?: "IssueRelationType" } | { __typename?: "IssueState" } | { __typename?: "IssueTemplate" } | { __typename?: "IssueType" } | { __typename?: "Label" } | { __typename?: "OutgoingRelationTypeChangedEvent" } | { __typename?: "PriorityChangedEvent" } | { __typename?: "Project" } | { __typename?: "ProjectPermission" } | { __typename?: "RelatedByIssueEvent" } | { __typename?: "Relation" } | { __typename?: "RelationCondition" } | { __typename?: "RelationTemplate" } | { __typename?: "RemovedAffectedEntityEvent" } | { __typename?: "RemovedArtefactEvent" } | { __typename?: "RemovedAssignmentEvent" } | { __typename?: "RemovedFromPinnedIssuesEvent" } | { __typename?: "RemovedFromTrackableEvent" } | { __typename?: "RemovedIncomingRelationEvent" } | { __typename?: "RemovedLabelEvent" } | { __typename?: "RemovedOutgoingRelationEvent" } | { __typename?: "RemovedTemplatedFieldEvent" } | { __typename?: "StateChangedEvent" } | { __typename?: "StrokeStyle" } | { __typename?: "TemplateChangedEvent" } | { __typename?: "TemplatedFieldChangedEvent" } | { __typename?: "TitleChangedEvent" } | { __typename?: "TypeChangedEvent" } | null |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3866
GetBasicGropiusUserDataQueryVariables
Ƭ GetBasicGropiusUserDataQueryVariables: Exact<{ id: Scalars["ID"][``"input"``] }>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3862
GetBasicImsUserDataQuery
Ƭ GetBasicImsUserDataQuery: Object
Type declaration
| Name | Type |
|---|---|
__typename? | "Query" |
node? | { __typename: "AddedAffectedEntityEvent" ; id: string } | { __typename: "AddedArtefactEvent" ; id: string } | { __typename: "AddedLabelEvent" ; id: string } | { __typename: "AddedToPinnedIssuesEvent" ; id: string } | { __typename: "AddedToTrackableEvent" ; id: string } | { __typename: "AggregatedIssue" ; id: string } | { __typename: "AggregatedIssueRelation" ; id: string } | { __typename: "Artefact" ; id: string } | { __typename: "ArtefactTemplate" ; id: string } | { __typename: "Assignment" ; id: string } | { __typename: "AssignmentType" ; id: string } | { __typename: "AssignmentTypeChangedEvent" ; id: string } | { __typename: "Body" ; id: string } | { __typename: "Component" ; id: string } | { __typename: "ComponentPermission" ; id: string } | { __typename: "ComponentTemplate" ; id: string } | { __typename: "ComponentVersion" ; id: string } | { __typename: "ComponentVersionTemplate" ; id: string } | { __typename: "FillStyle" ; id: string } | { __typename: "GlobalPermission" ; id: string } | { __typename: "GropiusUser" ; id: string } | { __typename: "IMS" ; id: string } | { __typename: "IMSIssue" ; id: string } | { __typename: "IMSIssueTemplate" ; id: string } | { __typename: "IMSPermission" ; id: string } | { __typename: "IMSProject" ; id: string } | { __typename: "IMSProjectTemplate" ; id: string } | { __typename: "IMSTemplate" ; id: string } | { __typename: "IMSUser" ; id: string } | { __typename: "IMSUserTemplate" ; id: string } | { __typename: "IncomingRelationTypeChangedEvent" ; id: string } | { __typename: "Interface" ; id: string } | { __typename: "InterfaceDefinition" ; id: string } | { __typename: "InterfaceDefinitionTemplate" ; id: string } | { __typename: "InterfacePart" ; id: string } | { __typename: "InterfacePartTemplate" ; id: string } | { __typename: "InterfaceSpecification" ; id: string } | { __typename: "InterfaceSpecificationDerivationCondition" ; id: string } | { __typename: "InterfaceSpecificationTemplate" ; id: string } | { __typename: "InterfaceSpecificationVersion" ; id: string } | { __typename: "InterfaceSpecificationVersionTemplate" ; id: string } | { __typename: "InterfaceTemplate" ; id: string } | { __typename: "IntraComponentDependencyParticipant" ; id: string } | { __typename: "IntraComponentDependencySpecification" ; id: string } | { __typename: "Issue" ; id: string } | { __typename: "IssueComment" ; id: string } | { __typename: "IssuePriority" ; id: string } | { __typename: "IssueRelation" ; id: string } | { __typename: "IssueRelationType" ; id: string } | { __typename: "IssueState" ; id: string } | { __typename: "IssueTemplate" ; id: string } | { __typename: "IssueType" ; id: string } | { __typename: "Label" ; id: string } | { __typename: "OutgoingRelationTypeChangedEvent" ; id: string } | { __typename: "PriorityChangedEvent" ; id: string } | { __typename: "Project" ; id: string } | { __typename: "ProjectPermission" ; id: string } | { __typename: "RelatedByIssueEvent" ; id: string } | { __typename: "Relation" ; id: string } | { __typename: "RelationCondition" ; id: string } | { __typename: "RelationTemplate" ; id: string } | { __typename: "RemovedAffectedEntityEvent" ; id: string } | { __typename: "RemovedArtefactEvent" ; id: string } | { __typename: "RemovedAssignmentEvent" ; id: string } | { __typename: "RemovedFromPinnedIssuesEvent" ; id: string } | { __typename: "RemovedFromTrackableEvent" ; id: string } | { __typename: "RemovedIncomingRelationEvent" ; id: string } | { __typename: "RemovedLabelEvent" ; id: string } | { __typename: "RemovedOutgoingRelationEvent" ; id: string } | { __typename: "RemovedTemplatedFieldEvent" ; id: string } | { __typename: "StateChangedEvent" ; id: string } | { __typename: "StrokeStyle" ; id: string } | { __typename: "TemplateChangedEvent" ; id: string } | { __typename: "TemplatedFieldChangedEvent" ; id: string } | { __typename: "TitleChangedEvent" ; id: string } | { __typename: "TypeChangedEvent" ; id: string } | null |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3654
GetBasicImsUserDataQueryVariables
Ƭ GetBasicImsUserDataQueryVariables: Exact<{ imsUserId: Scalars["ID"][``"input"``] }>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3650
GetImsUserDetailsQuery
Ƭ GetImsUserDetailsQuery: Object
Type declaration
| Name | Type |
|---|---|
__typename? | "Query" |
node? | { __typename?: "AddedAffectedEntityEvent" } | { __typename?: "AddedArtefactEvent" } | { __typename?: "AddedLabelEvent" } | { __typename?: "AddedToPinnedIssuesEvent" } | { __typename?: "AddedToTrackableEvent" } | { __typename?: "AggregatedIssue" } | { __typename?: "AggregatedIssueRelation" } | { __typename?: "Artefact" } | { __typename?: "ArtefactTemplate" } | { __typename?: "Assignment" } | { __typename?: "AssignmentType" } | { __typename?: "AssignmentTypeChangedEvent" } | { __typename?: "Body" } | { __typename?: "Component" } | { __typename?: "ComponentPermission" } | { __typename?: "ComponentTemplate" } | { __typename?: "ComponentVersion" } | { __typename?: "ComponentVersionTemplate" } | { __typename?: "FillStyle" } | { __typename?: "GlobalPermission" } | { __typename?: "GropiusUser" } | { __typename?: "IMS" } | { __typename?: "IMSIssue" } | { __typename?: "IMSIssueTemplate" } | { __typename?: "IMSPermission" } | { __typename?: "IMSProject" } | { __typename?: "IMSProjectTemplate" } | { __typename?: "IMSTemplate" } | { __typename: "IMSUser" ; displayName: string ; email?: string | null ; id: string ; ims: { __typename: "IMS" ; description: string ; id: string ; name: string ; templatedFields: { __typename: "JSONField" ; name: string ; value?: any | null }[] } ; templatedFields: { __typename: "JSONField" ; name: string ; value?: any | null }[] ; username?: string | null } | { __typename?: "IMSUserTemplate" } | { __typename?: "IncomingRelationTypeChangedEvent" } | { __typename?: "Interface" } | { __typename?: "InterfaceDefinition" } | { __typename?: "InterfaceDefinitionTemplate" } | { __typename?: "InterfacePart" } | { __typename?: "InterfacePartTemplate" } | { __typename?: "InterfaceSpecification" } | { __typename?: "InterfaceSpecificationDerivationCondition" } | { __typename?: "InterfaceSpecificationTemplate" } | { __typename?: "InterfaceSpecificationVersion" } | { __typename?: "InterfaceSpecificationVersionTemplate" } | { __typename?: "InterfaceTemplate" } | { __typename?: "IntraComponentDependencyParticipant" } | { __typename?: "IntraComponentDependencySpecification" } | { __typename?: "Issue" } | { __typename?: "IssueComment" } | { __typename?: "IssuePriority" } | { __typename?: "IssueRelation" } | { __typename?: "IssueRelationType" } | { __typename?: "IssueState" } | { __typename?: "IssueTemplate" } | { __typename?: "IssueType" } | { __typename?: "Label" } | { __typename?: "OutgoingRelationTypeChangedEvent" } | { __typename?: "PriorityChangedEvent" } | { __typename?: "Project" } | { __typename?: "ProjectPermission" } | { __typename?: "RelatedByIssueEvent" } | { __typename?: "Relation" } | { __typename?: "RelationCondition" } | { __typename?: "RelationTemplate" } | { __typename?: "RemovedAffectedEntityEvent" } | { __typename?: "RemovedArtefactEvent" } | { __typename?: "RemovedAssignmentEvent" } | { __typename?: "RemovedFromPinnedIssuesEvent" } | { __typename?: "RemovedFromTrackableEvent" } | { __typename?: "RemovedIncomingRelationEvent" } | { __typename?: "RemovedLabelEvent" } | { __typename?: "RemovedOutgoingRelationEvent" } | { __typename?: "RemovedTemplatedFieldEvent" } | { __typename?: "StateChangedEvent" } | { __typename?: "StrokeStyle" } | { __typename?: "TemplateChangedEvent" } | { __typename?: "TemplatedFieldChangedEvent" } | { __typename?: "TitleChangedEvent" } | { __typename?: "TypeChangedEvent" } | null |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3740
GetImsUserDetailsQueryVariables
Ƭ GetImsUserDetailsQueryVariables: Exact<{ imsUserId: Scalars["ID"][``"input"``] }>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3736
GetImsUsersByTemplatedFieldValuesQuery
Ƭ GetImsUsersByTemplatedFieldValuesQuery: Object
Type declaration
| Name | Type |
|---|---|
__typename? | "Query" |
imss | { __typename: "IMSConnection" ; nodes: { __typename: "IMS" ; id: string ; users: { __typename: "IMSUserConnection" ; nodes: { __typename: "IMSUser" ; id: string }[] } }[] } |
imss.__typename | "IMSConnection" |
imss.nodes | { __typename: "IMS" ; id: string ; users: { __typename: "IMSUserConnection" ; nodes: { __typename: "IMSUser" ; id: string }[] } }[] |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3841
GetImsUsersByTemplatedFieldValuesQueryVariables
Ƭ GetImsUsersByTemplatedFieldValuesQueryVariables: Exact<{ imsFilterInput: ImsFilterInput ; userFilterInput: ImsUserFilterInput }>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3836
GetUserByNameQuery
Ƭ GetUserByNameQuery: Object
Type declaration
| Name | Type |
|---|---|
__typename? | "Query" |
gropiusUser | { __typename: "GropiusUser" ; displayName: string ; email?: string | null ; id: string ; username: string } |
gropiusUser.__typename | "GropiusUser" |
gropiusUser.displayName | string |
gropiusUser.email? | string | null |
gropiusUser.id | string |
gropiusUser.username | string |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3952
GetUserByNameQueryVariables
Ƭ GetUserByNameQueryVariables: Exact<{ username: Scalars["String"][``"input"``] }>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3948
GlobalPermissionFilterInput
Ƭ GlobalPermissionFilterInput: Object
Filter used to filter GlobalPermission
Type declaration
| Name | Type | Description |
|---|---|---|
allUsers? | InputMaybe<BooleanFilterInput> | Filter by allUsers |
and? | InputMaybe<GlobalPermissionFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<GlobalPermissionFilterInput> | Negates the subformula |
or? | InputMaybe<GlobalPermissionFilterInput[]> | Connects all subformulas via or |
users? | InputMaybe<GropiusUserListFilterInput> | Filter by users |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1055
GlobalPermissionOrder
Ƭ GlobalPermissionOrder: Object
Defines the order of a GlobalPermission list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<GlobalPermissionOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1075
GropiusUserFilterInput
Ƭ GropiusUserFilterInput: Object
Filter used to filter GropiusUser
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<GropiusUserFilterInput[]> | Connects all subformulas via and |
assignments? | InputMaybe<AssignmentListFilterInput> | Filter by assignments |
canSyncOthers? | InputMaybe<SyncPermissionTargetListFilterInput> | Filter by canSyncOthers |
canSyncSelf? | InputMaybe<SyncPermissionTargetListFilterInput> | Filter by canSyncSelf |
createdNodes? | InputMaybe<AuditedNodeListFilterInput> | Filter by createdNodes |
displayName? | InputMaybe<StringFilterInput> | Filter by displayName |
email? | InputMaybe<NullableStringFilterInput> | Filter by email |
hasNodePermission? | InputMaybe<NodePermissionFilterEntry> | Filter for users with a specific permission on a node |
id? | InputMaybe<IdFilterInput> | Filter by id |
imsUsers? | InputMaybe<ImsUserListFilterInput> | Filter by imsUsers |
not? | InputMaybe<GropiusUserFilterInput> | Negates the subformula |
or? | InputMaybe<GropiusUserFilterInput[]> | Connects all subformulas via or |
participatedIssues? | InputMaybe<IssueListFilterInput> | Filter by participatedIssues |
permissions? | InputMaybe<BasePermissionListFilterInput> | Filter by permissions |
username? | InputMaybe<NullableStringFilterInput> | Filter by username |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1093
GropiusUserListFilterInput
Ƭ GropiusUserListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<GropiusUserFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<GropiusUserFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<GropiusUserFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1127
GropiusUserOrder
Ƭ GropiusUserOrder: Object
Defines the order of a GropiusUser list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<GropiusUserOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1137
IdFilterInput
Ƭ IdFilterInput: Object
Filter which can be used to filter for Nodes with a specific ID field
Type declaration
| Name | Type | Description |
|---|---|---|
eq? | InputMaybe<Scalars["ID"][``"input"``]> | Matches values which are equal to the provided value |
in? | InputMaybe<Scalars["ID"][``"input"``][]> | Matches values which are equal to any of the provided values |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1157
ImsFilterInput
Ƭ ImsFilterInput: Object
Filter used to filter IMS
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ImsFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ImsFilterInput> | Negates the subformula |
or? | InputMaybe<ImsFilterInput[]> | Connects all subformulas via or |
permissions? | InputMaybe<ImsPermissionListFilterInput> | Filter by permissions |
projects? | InputMaybe<ImsProjectListFilterInput> | Filter by projects |
syncOthersAllowedBy? | InputMaybe<GropiusUserListFilterInput> | Filter by syncOthersAllowedBy |
syncSelfAllowedBy? | InputMaybe<GropiusUserListFilterInput> | Filter by syncSelfAllowedBy |
template? | InputMaybe<ImsTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
users? | InputMaybe<ImsUserListFilterInput> | Filter by users |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1165
ImsIssueFilterInput
Ƭ ImsIssueFilterInput: Object
Filter used to filter IMSIssue
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ImsIssueFilterInput[]> | Connects all subformulas via and |
id? | InputMaybe<IdFilterInput> | Filter by id |
imsProject? | InputMaybe<ImsProjectFilterInput> | Filters for nodes where the related node match this filter |
issue? | InputMaybe<IssueFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<ImsIssueFilterInput> | Negates the subformula |
or? | InputMaybe<ImsIssueFilterInput[]> | Connects all subformulas via or |
template? | InputMaybe<ImsIssueTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1195
ImsIssueListFilterInput
Ƭ ImsIssueListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ImsIssueFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ImsIssueFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ImsIssueFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1215
ImsIssueOrder
Ƭ ImsIssueOrder: Object
Defines the order of a IMSIssue list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ImsIssueOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1225
ImsIssueTemplateFilterInput
Ƭ ImsIssueTemplateFilterInput: Object
Filter used to filter IMSIssueTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ImsIssueTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ImsIssueTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<ImsIssueTemplateFilterInput[]> | Connects all subformulas via or |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1243
ImsListFilterInput
Ƭ ImsListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ImsFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ImsFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ImsFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1259
ImsOrder
Ƭ ImsOrder: Object
Defines the order of a IMS list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ImsOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1269
ImsPermissionFilterInput
Ƭ ImsPermissionFilterInput: Object
Filter used to filter IMSPermission
Type declaration
| Name | Type | Description |
|---|---|---|
allUsers? | InputMaybe<BooleanFilterInput> | Filter by allUsers |
and? | InputMaybe<ImsPermissionFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
nodesWithPermission? | InputMaybe<ImsListFilterInput> | Filter by nodesWithPermission |
not? | InputMaybe<ImsPermissionFilterInput> | Negates the subformula |
or? | InputMaybe<ImsPermissionFilterInput[]> | Connects all subformulas via or |
users? | InputMaybe<GropiusUserListFilterInput> | Filter by users |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1302
ImsPermissionListFilterInput
Ƭ ImsPermissionListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ImsPermissionFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ImsPermissionFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ImsPermissionFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1324
ImsPermissionOrder
Ƭ ImsPermissionOrder: Object
Defines the order of a IMSPermission list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ImsPermissionOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1334
ImsProjectFilterInput
Ƭ ImsProjectFilterInput: Object
Filter used to filter IMSProject
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ImsProjectFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
ims? | InputMaybe<ImsFilterInput> | Filters for nodes where the related node match this filter |
imsIssues? | InputMaybe<ImsIssueListFilterInput> | Filter by imsIssues |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ImsProjectFilterInput> | Negates the subformula |
or? | InputMaybe<ImsProjectFilterInput[]> | Connects all subformulas via or |
syncOthersAllowedBy? | InputMaybe<GropiusUserListFilterInput> | Filter by syncOthersAllowedBy |
syncSelfAllowedBy? | InputMaybe<GropiusUserListFilterInput> | Filter by syncSelfAllowedBy |
template? | InputMaybe<ImsProjectTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
trackable? | InputMaybe<TrackableFilterInput> | Filters for nodes where the related node match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1352
ImsProjectListFilterInput
Ƭ ImsProjectListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ImsProjectFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ImsProjectFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ImsProjectFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1382
ImsProjectOrder
Ƭ ImsProjectOrder: Object
Defines the order of a IMSProject list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ImsProjectOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1392
ImsProjectTemplateFilterInput
Ƭ ImsProjectTemplateFilterInput: Object
Filter used to filter IMSProjectTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ImsProjectTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ImsProjectTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<ImsProjectTemplateFilterInput[]> | Connects all subformulas via or |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1412
ImsTemplateFilterInput
Ƭ ImsTemplateFilterInput: Object
Filter used to filter IMSTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ImsTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
extendedBy? | InputMaybe<ImsTemplateListFilterInput> | Filter by extendedBy |
extends? | InputMaybe<ImsTemplateListFilterInput> | Filter by extends |
id? | InputMaybe<IdFilterInput> | Filter by id |
isDeprecated? | InputMaybe<BooleanFilterInput> | Filter by isDeprecated |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ImsTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<ImsTemplateFilterInput[]> | Connects all subformulas via or |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1428
ImsTemplateListFilterInput
Ƭ ImsTemplateListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ImsTemplateFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ImsTemplateFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ImsTemplateFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1450
ImsTemplateOrder
Ƭ ImsTemplateOrder: Object
Defines the order of a IMSTemplate list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ImsTemplateOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1460
ImsUserFilterInput
Ƭ ImsUserFilterInput: Object
Filter used to filter IMSUser
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ImsUserFilterInput[]> | Connects all subformulas via and |
assignments? | InputMaybe<AssignmentListFilterInput> | Filter by assignments |
createdNodes? | InputMaybe<AuditedNodeListFilterInput> | Filter by createdNodes |
displayName? | InputMaybe<StringFilterInput> | Filter by displayName |
email? | InputMaybe<NullableStringFilterInput> | Filter by email |
gropiusUser? | InputMaybe<GropiusUserFilterInput> | Filters for nodes where the related node match this filter |
id? | InputMaybe<IdFilterInput> | Filter by id |
ims? | InputMaybe<ImsFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<ImsUserFilterInput> | Negates the subformula |
or? | InputMaybe<ImsUserFilterInput[]> | Connects all subformulas via or |
participatedIssues? | InputMaybe<IssueListFilterInput> | Filter by participatedIssues |
template? | InputMaybe<ImsUserTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
username? | InputMaybe<NullableStringFilterInput> | Filter by username |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1476
ImsUserListFilterInput
Ƭ ImsUserListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ImsUserFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ImsUserFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ImsUserFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1508
ImsUserOrder
Ƭ ImsUserOrder: Object
Defines the order of a IMSUser list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ImsUserOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1518
ImsUserTemplateFilterInput
Ƭ ImsUserTemplateFilterInput: Object
Filter used to filter IMSUserTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ImsUserTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ImsUserTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<ImsUserTemplateFilterInput[]> | Connects all subformulas via or |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1538
ImsUserWithDetailFragment
Ƭ ImsUserWithDetailFragment: Object
Type declaration
| Name | Type |
|---|---|
__typename | "IMSUser" |
displayName | string |
email? | string | null |
id | string |
ims | { __typename: "IMS" ; description: string ; id: string ; name: string ; templatedFields: { __typename: "JSONField" ; name: string ; value?: any | null }[] } |
ims.__typename | "IMS" |
ims.description | string |
ims.id | string |
ims.name | string |
ims.templatedFields | { __typename: "JSONField" ; name: string ; value?: any | null }[] |
templatedFields | { __typename: "JSONField" ; name: string ; value?: any | null }[] |
username? | string | null |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3634
Incremental
Ƭ Incremental<T>: T | { [P in keyof T]?: P extends " $fragmentName" | "__typename" ? T[P] : never }
Type parameters
| Name |
|---|
T |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:9
InputMaybe
Ƭ InputMaybe<T>: Maybe<T>
Type parameters
| Name |
|---|
T |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4
IntFilterInput
Ƭ IntFilterInput: Object
Filter which can be used to filter for Nodes with a specific Int field
Type declaration
| Name | Type | Description |
|---|---|---|
eq? | InputMaybe<Scalars["Int"][``"input"``]> | Matches values which are equal to the provided value |
gt? | InputMaybe<Scalars["Int"][``"input"``]> | Matches values which are greater than the provided value |
gte? | InputMaybe<Scalars["Int"][``"input"``]> | Matches values which are greater than or equal to the provided value |
in? | InputMaybe<Scalars["Int"][``"input"``][]> | Matches values which are equal to any of the provided values |
lt? | InputMaybe<Scalars["Int"][``"input"``]> | Matches values which are lesser than the provided value |
lte? | InputMaybe<Scalars["Int"][``"input"``]> | Matches values which are lesser than or equal to the provided value |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1554
InterfaceDefinitionFilterInput
Ƭ InterfaceDefinitionFilterInput: Object
Filter used to filter InterfaceDefinition
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<InterfaceDefinitionFilterInput[]> | Connects all subformulas via and |
componentVersion? | InputMaybe<ComponentVersionFilterInput> | Filters for nodes where the related node match this filter |
id? | InputMaybe<IdFilterInput> | Filter by id |
interfaceSpecificationVersion? | InputMaybe<InterfaceSpecificationVersionFilterInput> | Filters for nodes where the related node match this filter |
invisibleDerivedBy? | InputMaybe<RelationListFilterInput> | Filter by invisibleDerivedBy |
invisibleSelfDefined? | InputMaybe<BooleanFilterInput> | Filter by invisibleSelfDefined |
not? | InputMaybe<InterfaceDefinitionFilterInput> | Negates the subformula |
or? | InputMaybe<InterfaceDefinitionFilterInput[]> | Connects all subformulas via or |
template? | InputMaybe<InterfaceDefinitionTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
visibleDerivedBy? | InputMaybe<RelationListFilterInput> | Filter by visibleDerivedBy |
visibleInterface? | InputMaybe<InterfaceFilterInput> | Filters for nodes where the related node match this filter |
visibleSelfDefined? | InputMaybe<BooleanFilterInput> | Filter by visibleSelfDefined |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1570
InterfaceDefinitionListFilterInput
Ƭ InterfaceDefinitionListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<InterfaceDefinitionFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<InterfaceDefinitionFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<InterfaceDefinitionFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1600
InterfaceDefinitionOrder
Ƭ InterfaceDefinitionOrder: Object
Defines the order of a InterfaceDefinition list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<InterfaceDefinitionOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1610
InterfaceDefinitionTemplateFilterInput
Ƭ InterfaceDefinitionTemplateFilterInput: Object
Filter used to filter InterfaceDefinitionTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<InterfaceDefinitionTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<InterfaceDefinitionTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<InterfaceDefinitionTemplateFilterInput[]> | Connects all subformulas via or |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1632
InterfaceFilterInput
Ƭ InterfaceFilterInput: Object
Filter used to filter Interface
Type declaration
| Name | Type | Description |
|---|---|---|
affectingIssues? | InputMaybe<IssueListFilterInput> | Filter by affectingIssues |
aggregatedIssues? | InputMaybe<AggregatedIssueListFilterInput> | Filter by aggregatedIssues |
and? | InputMaybe<InterfaceFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
incomingRelations? | InputMaybe<RelationListFilterInput> | Filter by incomingRelations |
interfaceDefinition? | InputMaybe<InterfaceDefinitionFilterInput> | Filters for nodes where the related node match this filter |
intraComponentDependencyParticipants? | InputMaybe<IntraComponentDependencyParticipantListFilterInput> | Filter by intraComponentDependencyParticipants |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<InterfaceFilterInput> | Negates the subformula |
or? | InputMaybe<InterfaceFilterInput[]> | Connects all subformulas via or |
outgoingRelations? | InputMaybe<RelationListFilterInput> | Filter by outgoingRelations |
partOfProject? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for RelationPartners which are part of a Project's component graph |
relatedTo? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for AffectedByIssues which are related to a Trackable |
template? | InputMaybe<InterfaceTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1648
InterfaceOrder
Ƭ InterfaceOrder: Object
Defines the order of a Interface list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<InterfaceOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1684
InterfacePartFilterInput
Ƭ InterfacePartFilterInput: Object
Filter used to filter InterfacePart
Type declaration
| Name | Type | Description |
|---|---|---|
affectingIssues? | InputMaybe<IssueListFilterInput> | Filter by affectingIssues |
and? | InputMaybe<InterfacePartFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
includingIncomingRelations? | InputMaybe<RelationListFilterInput> | Filter by includingIncomingRelations |
includingIntraComponentDependencyParticipants? | InputMaybe<IntraComponentDependencyParticipantListFilterInput> | Filter by includingIntraComponentDependencyParticipants |
includingOutgoingRelations? | InputMaybe<RelationListFilterInput> | Filter by includingOutgoingRelations |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<InterfacePartFilterInput> | Negates the subformula |
or? | InputMaybe<InterfacePartFilterInput[]> | Connects all subformulas via or |
partOf? | InputMaybe<InterfaceSpecificationVersionFilterInput> | Filters for nodes where the related node match this filter |
relatedTo? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for AffectedByIssues which are related to a Trackable |
template? | InputMaybe<InterfacePartTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1704
InterfacePartListFilterInput
Ƭ InterfacePartListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<InterfacePartFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<InterfacePartFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<InterfacePartFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1736
InterfacePartOrder
Ƭ InterfacePartOrder: Object
Defines the order of a InterfacePart list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<InterfacePartOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1746
InterfacePartTemplateFilterInput
Ƭ InterfacePartTemplateFilterInput: Object
Filter used to filter InterfacePartTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<InterfacePartTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<InterfacePartTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<InterfacePartTemplateFilterInput[]> | Connects all subformulas via or |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1766
InterfaceSpecificationDerivationConditionFilterInput
Ƭ InterfaceSpecificationDerivationConditionFilterInput: Object
Filter used to filter InterfaceSpecificationDerivationCondition
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<InterfaceSpecificationDerivationConditionFilterInput[]> | Connects all subformulas via and |
derivableInterfaceSpecifications? | InputMaybe<InterfaceSpecificationTemplateListFilterInput> | Filter by derivableInterfaceSpecifications |
derivesInvisibleDerived? | InputMaybe<BooleanFilterInput> | Filter by derivesInvisibleDerived |
derivesInvisibleSelfDefined? | InputMaybe<BooleanFilterInput> | Filter by derivesInvisibleSelfDefined |
derivesVisibleDerived? | InputMaybe<BooleanFilterInput> | Filter by derivesVisibleDerived |
derivesVisibleSelfDefined? | InputMaybe<BooleanFilterInput> | Filter by derivesVisibleSelfDefined |
id? | InputMaybe<IdFilterInput> | Filter by id |
isInvisibleDerived? | InputMaybe<BooleanFilterInput> | Filter by isInvisibleDerived |
isVisibleDerived? | InputMaybe<BooleanFilterInput> | Filter by isVisibleDerived |
not? | InputMaybe<InterfaceSpecificationDerivationConditionFilterInput> | Negates the subformula |
or? | InputMaybe<InterfaceSpecificationDerivationConditionFilterInput[]> | Connects all subformulas via or |
partOf? | InputMaybe<RelationConditionFilterInput> | Filters for nodes where the related node match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1782
InterfaceSpecificationDerivationConditionListFilterInput
Ƭ InterfaceSpecificationDerivationConditionListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<InterfaceSpecificationDerivationConditionFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<InterfaceSpecificationDerivationConditionFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<InterfaceSpecificationDerivationConditionFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1810
InterfaceSpecificationDerivationConditionOrder
Ƭ InterfaceSpecificationDerivationConditionOrder: Object
Defines the order of a InterfaceSpecificationDerivationCondition list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<InterfaceSpecificationDerivationConditionOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1820
InterfaceSpecificationFilterInput
Ƭ InterfaceSpecificationFilterInput: Object
Filter used to filter InterfaceSpecification
Type declaration
| Name | Type | Description |
|---|---|---|
affectingIssues? | InputMaybe<IssueListFilterInput> | Filter by affectingIssues |
and? | InputMaybe<InterfaceSpecificationFilterInput[]> | Connects all subformulas via and |
component? | InputMaybe<ComponentFilterInput> | Filters for nodes where the related node match this filter |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<InterfaceSpecificationFilterInput> | Negates the subformula |
or? | InputMaybe<InterfaceSpecificationFilterInput[]> | Connects all subformulas via or |
relatedTo? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for AffectedByIssues which are related to a Trackable |
template? | InputMaybe<InterfaceSpecificationTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
versions? | InputMaybe<InterfaceSpecificationVersionListFilterInput> | Filter by versions |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1834
InterfaceSpecificationListFilterInput
Ƭ InterfaceSpecificationListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<InterfaceSpecificationFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<InterfaceSpecificationFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<InterfaceSpecificationFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1862
InterfaceSpecificationOrder
Ƭ InterfaceSpecificationOrder: Object
Defines the order of a InterfaceSpecification list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<InterfaceSpecificationOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1872
InterfaceSpecificationTemplateFilterInput
Ƭ InterfaceSpecificationTemplateFilterInput: Object
Filter used to filter InterfaceSpecificationTemplate
Type declaration
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1892
InterfaceSpecificationTemplateListFilterInput
Ƭ InterfaceSpecificationTemplateListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<InterfaceSpecificationTemplateFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<InterfaceSpecificationTemplateFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<InterfaceSpecificationTemplateFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1924
InterfaceSpecificationTemplateOrder
Ƭ InterfaceSpecificationTemplateOrder: Object
Defines the order of a InterfaceSpecificationTemplate list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<InterfaceSpecificationTemplateOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1934
InterfaceSpecificationVersionFilterInput
Ƭ InterfaceSpecificationVersionFilterInput: Object
Filter used to filter InterfaceSpecificationVersion
Type declaration
| Name | Type | Description |
|---|---|---|
affectingIssues? | InputMaybe<IssueListFilterInput> | Filter by affectingIssues |
and? | InputMaybe<InterfaceSpecificationVersionFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
interfaceDefinitions? | InputMaybe<InterfaceDefinitionListFilterInput> | Filter by interfaceDefinitions |
interfaceSpecification? | InputMaybe<InterfaceSpecificationFilterInput> | Filters for nodes where the related node match this filter |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<InterfaceSpecificationVersionFilterInput> | Negates the subformula |
or? | InputMaybe<InterfaceSpecificationVersionFilterInput[]> | Connects all subformulas via or |
parts? | InputMaybe<InterfacePartListFilterInput> | Filter by parts |
relatedTo? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for AffectedByIssues which are related to a Trackable |
template? | InputMaybe<InterfaceSpecificationVersionTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
version? | InputMaybe<StringFilterInput> | Filter by version |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1950
InterfaceSpecificationVersionListFilterInput
Ƭ InterfaceSpecificationVersionListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<InterfaceSpecificationVersionFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<InterfaceSpecificationVersionFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<InterfaceSpecificationVersionFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1982
InterfaceSpecificationVersionOrder
Ƭ InterfaceSpecificationVersionOrder: Object
Defines the order of a InterfaceSpecificationVersion list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<InterfaceSpecificationVersionOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:1992
InterfaceSpecificationVersionTemplateFilterInput
Ƭ InterfaceSpecificationVersionTemplateFilterInput: Object
Filter used to filter InterfaceSpecificationVersionTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<InterfaceSpecificationVersionTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<InterfaceSpecificationVersionTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<InterfaceSpecificationVersionTemplateFilterInput[]> | Connects all subformulas via or |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2014
InterfaceTemplateFilterInput
Ƭ InterfaceTemplateFilterInput: Object
Filter used to filter InterfaceTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<InterfaceTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<InterfaceTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<InterfaceTemplateFilterInput[]> | Connects all subformulas via or |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2030
IntraComponentDependencyParticipantFilterInput
Ƭ IntraComponentDependencyParticipantFilterInput: Object
Filter used to filter IntraComponentDependencyParticipant
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<IntraComponentDependencyParticipantFilterInput[]> | Connects all subformulas via and |
id? | InputMaybe<IdFilterInput> | Filter by id |
includedParts? | InputMaybe<InterfacePartListFilterInput> | Filter by includedParts |
interface? | InputMaybe<InterfaceFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<IntraComponentDependencyParticipantFilterInput> | Negates the subformula |
or? | InputMaybe<IntraComponentDependencyParticipantFilterInput[]> | Connects all subformulas via or |
usedAsIncomingAt? | InputMaybe<IntraComponentDependencySpecificationFilterInput> | Filters for nodes where the related node match this filter |
usedAsOutgoingAt? | InputMaybe<IntraComponentDependencySpecificationFilterInput> | Filters for nodes where the related node match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2046
IntraComponentDependencyParticipantListFilterInput
Ƭ IntraComponentDependencyParticipantListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<IntraComponentDependencyParticipantFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<IntraComponentDependencyParticipantFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<IntraComponentDependencyParticipantFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2066
IntraComponentDependencyParticipantOrder
Ƭ IntraComponentDependencyParticipantOrder: Object
Defines the order of a IntraComponentDependencyParticipant list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<IntraComponentDependencyParticipantOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2076
IntraComponentDependencySpecificationFilterInput
Ƭ IntraComponentDependencySpecificationFilterInput: Object
Filter used to filter IntraComponentDependencySpecification
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<IntraComponentDependencySpecificationFilterInput[]> | Connects all subformulas via and |
componentVersion? | InputMaybe<ComponentVersionFilterInput> | Filters for nodes where the related node match this filter |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
incomingParticipants? | InputMaybe<IntraComponentDependencyParticipantListFilterInput> | Filter by incomingParticipants |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<IntraComponentDependencySpecificationFilterInput> | Negates the subformula |
or? | InputMaybe<IntraComponentDependencySpecificationFilterInput[]> | Connects all subformulas via or |
outgoingParticipants? | InputMaybe<IntraComponentDependencyParticipantListFilterInput> | Filter by outgoingParticipants |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2090
IntraComponentDependencySpecificationListFilterInput
Ƭ IntraComponentDependencySpecificationListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<IntraComponentDependencySpecificationFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<IntraComponentDependencySpecificationFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<IntraComponentDependencySpecificationFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2112
IntraComponentDependencySpecificationOrder
Ƭ IntraComponentDependencySpecificationOrder: Object
Defines the order of a IntraComponentDependencySpecification list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<IntraComponentDependencySpecificationOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2122
IssueCommentFilterInput
Ƭ IssueCommentFilterInput: Object
Filter used to filter IssueComment
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<IssueCommentFilterInput[]> | Connects all subformulas via and |
answeredBy? | InputMaybe<IssueCommentListFilterInput> | Filter by answeredBy |
answers? | InputMaybe<CommentFilterInput> | Filters for nodes where the related node match this filter |
bodyLastEditedAt? | InputMaybe<DateTimeFilterInput> | Filter by bodyLastEditedAt |
bodyLastEditedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
createdAt? | InputMaybe<DateTimeFilterInput> | Filter by createdAt |
createdBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
id? | InputMaybe<IdFilterInput> | Filter by id |
isCommentDeleted? | InputMaybe<BooleanFilterInput> | Filter by isCommentDeleted |
issue? | InputMaybe<IssueFilterInput> | Filters for nodes where the related node match this filter |
lastModifiedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastModifiedAt |
lastModifiedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<IssueCommentFilterInput> | Negates the subformula |
or? | InputMaybe<IssueCommentFilterInput[]> | Connects all subformulas via or |
parentItem? | InputMaybe<ParentTimelineItemFilterInput> | Filters for nodes where the related node match this filter |
referencedArtefacts? | InputMaybe<ArtefactListFilterInput> | Filter by referencedArtefacts |
timelineItemTypes? | InputMaybe<TimelineItemType[]> | Filter for specific timeline items. Entries are joined by OR |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2138
IssueCommentListFilterInput
Ƭ IssueCommentListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<IssueCommentFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<IssueCommentFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<IssueCommentFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2176
IssueCommentOrder
Ƭ IssueCommentOrder: Object
Defines the order of a IssueComment list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<IssueCommentOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2186
IssueFilterInput
Ƭ IssueFilterInput: Object
Filter used to filter Issue
Type declaration
| Name | Type | Description |
|---|---|---|
affects? | InputMaybe<AffectedByIssueListFilterInput> | Filter by affects |
aggregatedBy? | InputMaybe<AggregatedIssueListFilterInput> | Filter by aggregatedBy |
and? | InputMaybe<IssueFilterInput[]> | Connects all subformulas via and |
artefacts? | InputMaybe<ArtefactListFilterInput> | Filter by artefacts |
assignments? | InputMaybe<AssignmentListFilterInput> | Filter by assignments |
body? | InputMaybe<BodyFilterInput> | Filters for nodes where the related node match this filter |
createdAt? | InputMaybe<DateTimeFilterInput> | Filter by createdAt |
createdBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
dueDate? | InputMaybe<NullableDateTimeFilterInput> | Filter by dueDate |
estimatedTime? | InputMaybe<NullableDurationFilterInputFilterInput> | Filter by estimatedTime |
id? | InputMaybe<IdFilterInput> | Filter by id |
imsIssues? | InputMaybe<ImsIssueListFilterInput> | Filter by imsIssues |
incomingRelations? | InputMaybe<IssueRelationListFilterInput> | Filter by incomingRelations |
issueComments? | InputMaybe<IssueCommentListFilterInput> | Filter by issueComments |
labels? | InputMaybe<LabelListFilterInput> | Filter by labels |
lastModifiedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastModifiedAt |
lastModifiedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
lastUpdatedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastUpdatedAt |
not? | InputMaybe<IssueFilterInput> | Negates the subformula |
or? | InputMaybe<IssueFilterInput[]> | Connects all subformulas via or |
outgoingRelations? | InputMaybe<IssueRelationListFilterInput> | Filter by outgoingRelations |
participants? | InputMaybe<UserListFilterInput> | Filter by participants |
pinnedOn? | InputMaybe<TrackableListFilterInput> | Filter by pinnedOn |
priority? | InputMaybe<IssuePriorityFilterInput> | Filters for nodes where the related node match this filter |
spentTime? | InputMaybe<NullableDurationFilterInputFilterInput> | Filter by spentTime |
startDate? | InputMaybe<NullableDateTimeFilterInput> | Filter by startDate |
state? | InputMaybe<IssueStateFilterInput> | Filters for nodes where the related node match this filter |
template? | InputMaybe<IssueTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
timelineItems? | InputMaybe<TimelineItemListFilterInput> | Filter by timelineItems |
title? | InputMaybe<StringFilterInput> | Filter by title |
trackables? | InputMaybe<TrackableListFilterInput> | Filter by trackables |
type? | InputMaybe<IssueTypeFilterInput> | Filters for nodes where the related node match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2206
IssueListFilterInput
Ƭ IssueListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<IssueFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<IssueFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<IssueFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2276
IssueOrder
Ƭ IssueOrder: Object
Defines the order of a Issue list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<IssueOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2286
IssuePriorityFilterInput
Ƭ IssuePriorityFilterInput: Object
Filter used to filter IssuePriority
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<IssuePriorityFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<IssuePriorityFilterInput> | Negates the subformula |
or? | InputMaybe<IssuePriorityFilterInput[]> | Connects all subformulas via or |
partOf? | InputMaybe<IssueTemplateListFilterInput> | Filter by partOf |
prioritizedIssues? | InputMaybe<IssueListFilterInput> | Filter by prioritizedIssues |
value? | InputMaybe<FloatFilterInput> | Filter by value |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2336
IssuePriorityListFilterInput
Ƭ IssuePriorityListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<IssuePriorityFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<IssuePriorityFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<IssuePriorityFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2358
IssuePriorityOrder
Ƭ IssuePriorityOrder: Object
Defines the order of a IssuePriority list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<IssuePriorityOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2368
IssueRelationFilterInput
Ƭ IssueRelationFilterInput: Object
Filter used to filter IssueRelation
Type declaration
| Name | Type | Description |
|---|---|---|
aggregatedBy? | InputMaybe<AggregatedIssueRelationListFilterInput> | Filter by aggregatedBy |
and? | InputMaybe<IssueRelationFilterInput[]> | Connects all subformulas via and |
createdAt? | InputMaybe<DateTimeFilterInput> | Filter by createdAt |
createdBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
id? | InputMaybe<IdFilterInput> | Filter by id |
initialType? | InputMaybe<IssueRelationTypeFilterInput> | Filters for nodes where the related node match this filter |
issue? | InputMaybe<IssueFilterInput> | Filters for nodes where the related node match this filter |
lastModifiedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastModifiedAt |
lastModifiedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<IssueRelationFilterInput> | Negates the subformula |
or? | InputMaybe<IssueRelationFilterInput[]> | Connects all subformulas via or |
parentItem? | InputMaybe<ParentTimelineItemFilterInput> | Filters for nodes where the related node match this filter |
relatedIssue? | InputMaybe<IssueFilterInput> | Filters for nodes where the related node match this filter |
timelineItemTypes? | InputMaybe<TimelineItemType[]> | Filter for specific timeline items. Entries are joined by OR |
type? | InputMaybe<IssueRelationTypeFilterInput> | Filters for nodes where the related node match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2386
IssueRelationListFilterInput
Ƭ IssueRelationListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<IssueRelationFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<IssueRelationFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<IssueRelationFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2420
IssueRelationOrder
Ƭ IssueRelationOrder: Object
Defines the order of a IssueRelation list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<IssueRelationOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2430
IssueRelationTypeFilterInput
Ƭ IssueRelationTypeFilterInput: Object
Filter used to filter IssueRelationType
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<IssueRelationTypeFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
inverseName? | InputMaybe<StringFilterInput> | Filter by inverseName |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<IssueRelationTypeFilterInput> | Negates the subformula |
or? | InputMaybe<IssueRelationTypeFilterInput[]> | Connects all subformulas via or |
partOf? | InputMaybe<IssueTemplateListFilterInput> | Filter by partOf |
relationsWithType? | InputMaybe<IssueRelationListFilterInput> | Filter by relationsWithType |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2448
IssueRelationTypeListFilterInput
Ƭ IssueRelationTypeListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<IssueRelationTypeFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<IssueRelationTypeFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<IssueRelationTypeFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2470
IssueRelationTypeOrder
Ƭ IssueRelationTypeOrder: Object
Defines the order of a IssueRelationType list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<IssueRelationTypeOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2480
IssueStateFilterInput
Ƭ IssueStateFilterInput: Object
Filter used to filter IssueState
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<IssueStateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
isOpen? | InputMaybe<BooleanFilterInput> | Filter by isOpen |
issuesWithState? | InputMaybe<IssueListFilterInput> | Filter by issuesWithState |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<IssueStateFilterInput> | Negates the subformula |
or? | InputMaybe<IssueStateFilterInput[]> | Connects all subformulas via or |
partOf? | InputMaybe<IssueTemplateListFilterInput> | Filter by partOf |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2498
IssueStateListFilterInput
Ƭ IssueStateListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<IssueStateFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<IssueStateFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<IssueStateFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2520
IssueStateOrder
Ƭ IssueStateOrder: Object
Defines the order of a IssueState list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<IssueStateOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2530
IssueTemplateFilterInput
Ƭ IssueTemplateFilterInput: Object
Filter used to filter IssueTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<IssueTemplateFilterInput[]> | Connects all subformulas via and |
assignmentTypes? | InputMaybe<AssignmentTypeListFilterInput> | Filter by assignmentTypes |
description? | InputMaybe<StringFilterInput> | Filter by description |
extendedBy? | InputMaybe<IssueTemplateListFilterInput> | Filter by extendedBy |
extends? | InputMaybe<IssueTemplateListFilterInput> | Filter by extends |
id? | InputMaybe<IdFilterInput> | Filter by id |
isDeprecated? | InputMaybe<BooleanFilterInput> | Filter by isDeprecated |
issuePriorities? | InputMaybe<IssuePriorityListFilterInput> | Filter by issuePriorities |
issueStates? | InputMaybe<IssueStateListFilterInput> | Filter by issueStates |
issueTypes? | InputMaybe<IssueTypeListFilterInput> | Filter by issueTypes |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<IssueTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<IssueTemplateFilterInput[]> | Connects all subformulas via or |
relationTypes? | InputMaybe<IssueRelationTypeListFilterInput> | Filter by relationTypes |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2548
IssueTemplateListFilterInput
Ƭ IssueTemplateListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<IssueTemplateFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<IssueTemplateFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<IssueTemplateFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2580
IssueTemplateOrder
Ƭ IssueTemplateOrder: Object
Defines the order of a IssueTemplate list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<IssueTemplateOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2590
IssueTypeFilterInput
Ƭ IssueTypeFilterInput: Object
Filter used to filter IssueType
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<IssueTypeFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
issuesWithType? | InputMaybe<IssueListFilterInput> | Filter by issuesWithType |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<IssueTypeFilterInput> | Negates the subformula |
or? | InputMaybe<IssueTypeFilterInput[]> | Connects all subformulas via or |
partOf? | InputMaybe<IssueTemplateListFilterInput> | Filter by partOf |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2606
IssueTypeListFilterInput
Ƭ IssueTypeListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<IssueTypeFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<IssueTypeFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<IssueTypeFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2626
IssueTypeOrder
Ƭ IssueTypeOrder: Object
Defines the order of a IssueType list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<IssueTypeOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2636
JsonFieldInput
Ƭ JsonFieldInput: Object
Input set update the value of a JSON field, like an extension field or a templated field.
Type declaration
| Name | Type | Description |
|---|---|---|
name | Scalars["String"][``"input"``] | The name of the field |
value? | InputMaybe<Scalars["JSON"][``"input"``]> | The new value of the field |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2652
LabelFilterInput
Ƭ LabelFilterInput: Object
Filter used to filter Label
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<LabelFilterInput[]> | Connects all subformulas via and |
color? | InputMaybe<StringFilterInput> | Filter by color |
createdAt? | InputMaybe<DateTimeFilterInput> | Filter by createdAt |
createdBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
issues? | InputMaybe<IssueListFilterInput> | Filter by issues |
lastModifiedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastModifiedAt |
lastModifiedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<LabelFilterInput> | Negates the subformula |
or? | InputMaybe<LabelFilterInput[]> | Connects all subformulas via or |
trackables? | InputMaybe<TrackableListFilterInput> | Filter by trackables |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2660
LabelListFilterInput
Ƭ LabelListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<LabelFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<LabelFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<LabelFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2690
LabelOrder
Ƭ LabelOrder: Object
Defines the order of a Label list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<LabelOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2700
MakeEmpty
Ƭ MakeEmpty<T, K>: { [_ in K]?: never }
Type parameters
| Name | Type |
|---|---|
T | extends Object |
K | extends keyof T |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:8
MakeMaybe
Ƭ MakeMaybe<T, K>: Omit<T, K> & { [SubKey in K]: Maybe<T[SubKey]> }
Type parameters
| Name | Type |
|---|---|
T | T |
K | extends keyof T |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:7
MakeOptional
Ƭ MakeOptional<T, K>: Omit<T, K> & { [SubKey in K]?: Maybe<T[SubKey]> }
Type parameters
| Name | Type |
|---|---|
T | T |
K | extends keyof T |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:6
Maybe
Ƭ Maybe<T>: T | null
Type parameters
| Name |
|---|
T |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3
NodePermissionFilterEntry
Ƭ NodePermissionFilterEntry: Object
Type declaration
| Name | Type | Description |
|---|---|---|
node | Scalars["ID"][``"input"``] | The node where the user must have the permission |
permission | AllPermissionEntry | The permission the user must have on the node |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2739
NullableDateTimeFilterInput
Ƭ NullableDateTimeFilterInput: Object
Filter which can be used to filter for Nodes with a specific DateTime field
Type declaration
| Name | Type | Description |
|---|---|---|
eq? | InputMaybe<Scalars["DateTime"][``"input"``]> | Matches values which are equal to the provided value |
gt? | InputMaybe<Scalars["DateTime"][``"input"``]> | Matches values which are greater than the provided value |
gte? | InputMaybe<Scalars["DateTime"][``"input"``]> | Matches values which are greater than or equal to the provided value |
in? | InputMaybe<Scalars["DateTime"][``"input"``][]> | Matches values which are equal to any of the provided values |
isNull? | InputMaybe<Scalars["Boolean"][``"input"``]> | If true, matches only null values, if false, matches only non-null values |
lt? | InputMaybe<Scalars["DateTime"][``"input"``]> | Matches values which are lesser than the provided value |
lte? | InputMaybe<Scalars["DateTime"][``"input"``]> | Matches values which are lesser than or equal to the provided value |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2747
NullableDurationFilterInputFilterInput
Ƭ NullableDurationFilterInputFilterInput: Object
Filter which can be used to filter for Nodes with a specific Duration field
Type declaration
| Name | Type | Description |
|---|---|---|
eq? | InputMaybe<Scalars["Duration"][``"input"``]> | Matches values which are equal to the provided value |
gt? | InputMaybe<Scalars["Duration"][``"input"``]> | Matches values which are greater than the provided value |
gte? | InputMaybe<Scalars["Duration"][``"input"``]> | Matches values which are greater than or equal to the provided value |
in? | InputMaybe<Scalars["Duration"][``"input"``][]> | Matches values which are equal to any of the provided values |
isNull? | InputMaybe<Scalars["Boolean"][``"input"``]> | If true, matches only null values, if false, matches only non-null values |
lt? | InputMaybe<Scalars["Duration"][``"input"``]> | Matches values which are lesser than the provided value |
lte? | InputMaybe<Scalars["Duration"][``"input"``]> | Matches values which are lesser than or equal to the provided value |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2765
NullableIntFilterInput
Ƭ NullableIntFilterInput: Object
Filter which can be used to filter for Nodes with a specific Int field
Type declaration
| Name | Type | Description |
|---|---|---|
eq? | InputMaybe<Scalars["Int"][``"input"``]> | Matches values which are equal to the provided value |
gt? | InputMaybe<Scalars["Int"][``"input"``]> | Matches values which are greater than the provided value |
gte? | InputMaybe<Scalars["Int"][``"input"``]> | Matches values which are greater than or equal to the provided value |
in? | InputMaybe<Scalars["Int"][``"input"``][]> | Matches values which are equal to any of the provided values |
isNull? | InputMaybe<Scalars["Boolean"][``"input"``]> | If true, matches only null values, if false, matches only non-null values |
lt? | InputMaybe<Scalars["Int"][``"input"``]> | Matches values which are lesser than the provided value |
lte? | InputMaybe<Scalars["Int"][``"input"``]> | Matches values which are lesser than or equal to the provided value |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2783
NullableStringFilterInput
Ƭ NullableStringFilterInput: Object
Filter which can be used to filter for Nodes with a specific String field
Type declaration
| Name | Type | Description |
|---|---|---|
contains? | InputMaybe<Scalars["String"][``"input"``]> | Matches Strings which contain the provided value |
endsWith? | InputMaybe<Scalars["String"][``"input"``]> | Matches Strings which end with the provided value |
eq? | InputMaybe<Scalars["String"][``"input"``]> | Matches values which are equal to the provided value |
gt? | InputMaybe<Scalars["String"][``"input"``]> | Matches values which are greater than the provided value |
gte? | InputMaybe<Scalars["String"][``"input"``]> | Matches values which are greater than or equal to the provided value |
in? | InputMaybe<Scalars["String"][``"input"``][]> | Matches values which are equal to any of the provided values |
isNull? | InputMaybe<Scalars["Boolean"][``"input"``]> | If true, matches only null values, if false, matches only non-null values |
lt? | InputMaybe<Scalars["String"][``"input"``]> | Matches values which are lesser than the provided value |
lte? | InputMaybe<Scalars["String"][``"input"``]> | Matches values which are lesser than or equal to the provided value |
matches? | InputMaybe<Scalars["String"][``"input"``]> | Matches Strings using the provided RegEx |
startsWith? | InputMaybe<Scalars["String"][``"input"``]> | Matches Strings which start with the provided value |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2801
ParentTimelineItemFilterInput
Ƭ ParentTimelineItemFilterInput: Object
Filter used to filter ParentTimelineItem
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<ParentTimelineItemFilterInput[]> | Connects all subformulas via and |
childItems? | InputMaybe<TimelineItemListFilterInput> | Filter by childItems |
createdAt? | InputMaybe<DateTimeFilterInput> | Filter by createdAt |
createdBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
id? | InputMaybe<IdFilterInput> | Filter by id |
issue? | InputMaybe<IssueFilterInput> | Filters for nodes where the related node match this filter |
lastModifiedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastModifiedAt |
lastModifiedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<ParentTimelineItemFilterInput> | Negates the subformula |
or? | InputMaybe<ParentTimelineItemFilterInput[]> | Connects all subformulas via or |
parentItem? | InputMaybe<ParentTimelineItemFilterInput> | Filters for nodes where the related node match this filter |
timelineItemTypes? | InputMaybe<TimelineItemType[]> | Filter for specific timeline items. Entries are joined by OR |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2835
ProjectFilterInput
Ƭ ProjectFilterInput: Object
Filter used to filter Project
Type declaration
| Name | Type | Description |
|---|---|---|
affectingIssues? | InputMaybe<IssueListFilterInput> | Filter by affectingIssues |
and? | InputMaybe<ProjectFilterInput[]> | Connects all subformulas via and |
artefacts? | InputMaybe<ArtefactListFilterInput> | Filter by artefacts |
components? | InputMaybe<ComponentVersionListFilterInput> | Filter by components |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
issues? | InputMaybe<IssueListFilterInput> | Filter by issues |
labels? | InputMaybe<LabelListFilterInput> | Filter by labels |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<ProjectFilterInput> | Negates the subformula |
or? | InputMaybe<ProjectFilterInput[]> | Connects all subformulas via or |
permissions? | InputMaybe<ProjectPermissionListFilterInput> | Filter by permissions |
pinnedIssues? | InputMaybe<IssueListFilterInput> | Filter by pinnedIssues |
relatedTo? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for AffectedByIssues which are related to a Trackable |
repositoryURL? | InputMaybe<NullableStringFilterInput> | Filter by repositoryURL |
syncsTo? | InputMaybe<ImsProjectListFilterInput> | Filter by syncsTo |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2875
ProjectListFilterInput
Ƭ ProjectListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ProjectFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ProjectFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ProjectFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2911
ProjectOrder
Ƭ ProjectOrder: Object
Defines the order of a Project list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ProjectOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:2921
ProjectPermissionFilterInput
Ƭ ProjectPermissionFilterInput: Object
Filter used to filter ProjectPermission
Type declaration
| Name | Type | Description |
|---|---|---|
allUsers? | InputMaybe<BooleanFilterInput> | Filter by allUsers |
and? | InputMaybe<ProjectPermissionFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
nodesWithPermission? | InputMaybe<ProjectListFilterInput> | Filter by nodesWithPermission |
not? | InputMaybe<ProjectPermissionFilterInput> | Negates the subformula |
or? | InputMaybe<ProjectPermissionFilterInput[]> | Connects all subformulas via or |
users? | InputMaybe<GropiusUserListFilterInput> | Filter by users |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3005
ProjectPermissionListFilterInput
Ƭ ProjectPermissionListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<ProjectPermissionFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<ProjectPermissionFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<ProjectPermissionFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3027
ProjectPermissionOrder
Ƭ ProjectPermissionOrder: Object
Defines the order of a ProjectPermission list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<ProjectPermissionOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3037
RelationConditionFilterInput
Ƭ RelationConditionFilterInput: Object
Filter used to filter RelationCondition
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<RelationConditionFilterInput[]> | Connects all subformulas via and |
from? | InputMaybe<RelationPartnerTemplateListFilterInput> | Filter by from |
id? | InputMaybe<IdFilterInput> | Filter by id |
interfaceSpecificationDerivationConditions? | InputMaybe<InterfaceSpecificationDerivationConditionListFilterInput> | Filter by interfaceSpecificationDerivationConditions |
not? | InputMaybe<RelationConditionFilterInput> | Negates the subformula |
or? | InputMaybe<RelationConditionFilterInput[]> | Connects all subformulas via or |
partOf? | InputMaybe<RelationTemplateListFilterInput> | Filter by partOf |
to? | InputMaybe<RelationPartnerTemplateListFilterInput> | Filter by to |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3055
RelationConditionListFilterInput
Ƭ RelationConditionListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<RelationConditionFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<RelationConditionFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<RelationConditionFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3075
RelationConditionOrder
Ƭ RelationConditionOrder: Object
Defines the order of a RelationCondition list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<RelationConditionOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3085
RelationFilterInput
Ƭ RelationFilterInput: Object
Filter used to filter Relation
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<RelationFilterInput[]> | Connects all subformulas via and |
derivesInvisible? | InputMaybe<InterfaceDefinitionListFilterInput> | Filter by derivesInvisible |
derivesVisible? | InputMaybe<InterfaceDefinitionListFilterInput> | Filter by derivesVisible |
end? | InputMaybe<RelationPartnerFilterInput> | Filters for nodes where the related node match this filter |
endParts? | InputMaybe<InterfacePartListFilterInput> | Filter by endParts |
id? | InputMaybe<IdFilterInput> | Filter by id |
not? | InputMaybe<RelationFilterInput> | Negates the subformula |
or? | InputMaybe<RelationFilterInput[]> | Connects all subformulas via or |
start? | InputMaybe<RelationPartnerFilterInput> | Filters for nodes where the related node match this filter |
startParts? | InputMaybe<InterfacePartListFilterInput> | Filter by startParts |
template? | InputMaybe<RelationTemplateFilterInput> | Filters for nodes where the related node match this filter |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3099
RelationListFilterInput
Ƭ RelationListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<RelationFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<RelationFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<RelationFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3127
RelationOrder
Ƭ RelationOrder: Object
Defines the order of a Relation list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<RelationOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3137
RelationPartnerFilterInput
Ƭ RelationPartnerFilterInput: Object
Filter used to filter RelationPartner
Type declaration
| Name | Type | Description |
|---|---|---|
affectingIssues? | InputMaybe<IssueListFilterInput> | Filter by affectingIssues |
aggregatedIssues? | InputMaybe<AggregatedIssueListFilterInput> | Filter by aggregatedIssues |
and? | InputMaybe<RelationPartnerFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
incomingRelations? | InputMaybe<RelationListFilterInput> | Filter by incomingRelations |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<RelationPartnerFilterInput> | Negates the subformula |
or? | InputMaybe<RelationPartnerFilterInput[]> | Connects all subformulas via or |
outgoingRelations? | InputMaybe<RelationListFilterInput> | Filter by outgoingRelations |
partOfProject? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for RelationPartners which are part of a Project's component graph |
relatedTo? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for AffectedByIssues which are related to a Trackable |
templatedFields? | InputMaybe<InputMaybe<JsonFieldInput>[]> | Filter for templated fields with matching key and values. Entries are joined by AND |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3163
RelationPartnerTemplateFilterInput
Ƭ RelationPartnerTemplateFilterInput: Object
Filter used to filter RelationPartnerTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<RelationPartnerTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
isDeprecated? | InputMaybe<BooleanFilterInput> | Filter by isDeprecated |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<RelationPartnerTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<RelationPartnerTemplateFilterInput[]> | Connects all subformulas via or |
possibleEndOfRelations? | InputMaybe<RelationConditionListFilterInput> | Filter by possibleEndOfRelations |
possibleStartOfRelations? | InputMaybe<RelationConditionListFilterInput> | Filter by possibleStartOfRelations |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3193
RelationPartnerTemplateListFilterInput
Ƭ RelationPartnerTemplateListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<RelationPartnerTemplateFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<RelationPartnerTemplateFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<RelationPartnerTemplateFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3215
RelationPartnerTemplateOrder
Ƭ RelationPartnerTemplateOrder: Object
Defines the order of a RelationPartnerTemplate list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<RelationPartnerTemplateOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3225
RelationTemplateFilterInput
Ƭ RelationTemplateFilterInput: Object
Filter used to filter RelationTemplate
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<RelationTemplateFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
extendedBy? | InputMaybe<RelationTemplateListFilterInput> | Filter by extendedBy |
extends? | InputMaybe<RelationTemplateListFilterInput> | Filter by extends |
id? | InputMaybe<IdFilterInput> | Filter by id |
isDeprecated? | InputMaybe<BooleanFilterInput> | Filter by isDeprecated |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<RelationTemplateFilterInput> | Negates the subformula |
or? | InputMaybe<RelationTemplateFilterInput[]> | Connects all subformulas via or |
relationConditions? | InputMaybe<RelationConditionListFilterInput> | Filter by relationConditions |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3241
RelationTemplateListFilterInput
Ƭ RelationTemplateListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<RelationTemplateFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<RelationTemplateFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<RelationTemplateFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3265
RelationTemplateOrder
Ƭ RelationTemplateOrder: Object
Defines the order of a RelationTemplate list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<RelationTemplateOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3275
Scalars
Ƭ Scalars: Object
All built-in and custom scalars, mapped to their actual values
Type declaration
| Name | Type |
|---|---|
Boolean | { input: boolean ; output: boolean } |
Boolean.input | boolean |
Boolean.output | boolean |
DateTime | { input: any ; output: any } |
DateTime.input | any |
DateTime.output | any |
Duration | { input: any ; output: any } |
Duration.input | any |
Duration.output | any |
Float | { input: number ; output: number } |
Float.input | number |
Float.output | number |
ID | { input: string ; output: string } |
ID.input | string |
ID.output | string |
Int | { input: number ; output: number } |
Int.input | number |
Int.output | number |
JSON | { input: any ; output: any } |
JSON.input | any |
JSON.output | any |
String | { input: string ; output: string } |
String.input | string |
String.output | string |
URL | { input: any ; output: any } |
URL.input | any |
URL.output | any |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:12
Sdk
Ƭ Sdk: ReturnType<typeof getSdk>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4387
SdkFunctionWrapper
Ƭ SdkFunctionWrapper: <T>(action: (requestHeaders?: Record<string, string>) => Promise<T>, operationName: string, operationType?: string, variables?: any) => Promise<T>
Type declaration
▸ <T>(action, operationName, operationType?, variables?): Promise<T>
Type parameters
| Name |
|---|
T |
Parameters
| Name | Type |
|---|---|
action | (requestHeaders?: Record<string, string>) => Promise<T> |
operationName | string |
operationType? | string |
variables? | any |
Returns
Promise<T>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4223
SetImsUserLinkMutation
Ƭ SetImsUserLinkMutation: Object
Type declaration
| Name | Type |
|---|---|
__typename? | "Mutation" |
updateIMSUser | { __typename: "UpdateIMSUserPayload" ; imsUser: { __typename: "IMSUser" ; id: string } } |
updateIMSUser.__typename | "UpdateIMSUserPayload" |
updateIMSUser.imsUser | { __typename: "IMSUser" ; id: string } |
updateIMSUser.imsUser.__typename | "IMSUser" |
updateIMSUser.imsUser.id | string |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4076
SetImsUserLinkMutationVariables
Ƭ SetImsUserLinkMutationVariables: Exact<{ gropiusUserId: Scalars["ID"][``"input"``] ; imsUserId: Scalars["ID"][``"input"``] }>
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4071
StringFilterInput
Ƭ StringFilterInput: Object
Filter which can be used to filter for Nodes with a specific String field
Type declaration
| Name | Type | Description |
|---|---|---|
contains? | InputMaybe<Scalars["String"][``"input"``]> | Matches Strings which contain the provided value |
endsWith? | InputMaybe<Scalars["String"][``"input"``]> | Matches Strings which end with the provided value |
eq? | InputMaybe<Scalars["String"][``"input"``]> | Matches values which are equal to the provided value |
gt? | InputMaybe<Scalars["String"][``"input"``]> | Matches values which are greater than the provided value |
gte? | InputMaybe<Scalars["String"][``"input"``]> | Matches values which are greater than or equal to the provided value |
in? | InputMaybe<Scalars["String"][``"input"``][]> | Matches values which are equal to any of the provided values |
lt? | InputMaybe<Scalars["String"][``"input"``]> | Matches values which are lesser than the provided value |
lte? | InputMaybe<Scalars["String"][``"input"``]> | Matches values which are lesser than or equal to the provided value |
matches? | InputMaybe<Scalars["String"][``"input"``]> | Matches Strings using the provided RegEx |
startsWith? | InputMaybe<Scalars["String"][``"input"``]> | Matches Strings which start with the provided value |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3305
SyncPermissionTargetFilterInput
Ƭ SyncPermissionTargetFilterInput: Object
Filter used to filter SyncPermissionTarget
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<SyncPermissionTargetFilterInput[]> | Connects all subformulas via and |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<SyncPermissionTargetFilterInput> | Negates the subformula |
or? | InputMaybe<SyncPermissionTargetFilterInput[]> | Connects all subformulas via or |
syncOthersAllowedBy? | InputMaybe<GropiusUserListFilterInput> | Filter by syncOthersAllowedBy |
syncSelfAllowedBy? | InputMaybe<GropiusUserListFilterInput> | Filter by syncSelfAllowedBy |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3329
SyncPermissionTargetListFilterInput
Ƭ SyncPermissionTargetListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<SyncPermissionTargetFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<SyncPermissionTargetFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<SyncPermissionTargetFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3349
SyncPermissionTargetOrder
Ƭ SyncPermissionTargetOrder: Object
Defines the order of a SyncPermissionTarget list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<SyncPermissionTargetOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3359
TimelineItemFilterInput
Ƭ TimelineItemFilterInput: Object
Filter used to filter TimelineItem
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<TimelineItemFilterInput[]> | Connects all subformulas via and |
createdAt? | InputMaybe<DateTimeFilterInput> | Filter by createdAt |
createdBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
id? | InputMaybe<IdFilterInput> | Filter by id |
issue? | InputMaybe<IssueFilterInput> | Filters for nodes where the related node match this filter |
lastModifiedAt? | InputMaybe<DateTimeFilterInput> | Filter by lastModifiedAt |
lastModifiedBy? | InputMaybe<UserFilterInput> | Filters for nodes where the related node match this filter |
not? | InputMaybe<TimelineItemFilterInput> | Negates the subformula |
or? | InputMaybe<TimelineItemFilterInput[]> | Connects all subformulas via or |
parentItem? | InputMaybe<ParentTimelineItemFilterInput> | Filters for nodes where the related node match this filter |
timelineItemTypes? | InputMaybe<TimelineItemType[]> | Filter for specific timeline items. Entries are joined by OR |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3375
TimelineItemListFilterInput
Ƭ TimelineItemListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<TimelineItemFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<TimelineItemFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<TimelineItemFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3401
TimelineItemOrder
Ƭ TimelineItemOrder: Object
Defines the order of a TimelineItem list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<TimelineItemOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3411
TrackableFilterInput
Ƭ TrackableFilterInput: Object
Filter used to filter Trackable
Type declaration
| Name | Type | Description |
|---|---|---|
affectingIssues? | InputMaybe<IssueListFilterInput> | Filter by affectingIssues |
and? | InputMaybe<TrackableFilterInput[]> | Connects all subformulas via and |
artefacts? | InputMaybe<ArtefactListFilterInput> | Filter by artefacts |
description? | InputMaybe<StringFilterInput> | Filter by description |
id? | InputMaybe<IdFilterInput> | Filter by id |
issues? | InputMaybe<IssueListFilterInput> | Filter by issues |
labels? | InputMaybe<LabelListFilterInput> | Filter by labels |
name? | InputMaybe<StringFilterInput> | Filter by name |
not? | InputMaybe<TrackableFilterInput> | Negates the subformula |
or? | InputMaybe<TrackableFilterInput[]> | Connects all subformulas via or |
pinnedIssues? | InputMaybe<IssueListFilterInput> | Filter by pinnedIssues |
relatedTo? | InputMaybe<Scalars["ID"][``"input"``]> | Filters for AffectedByIssues which are related to a Trackable |
repositoryURL? | InputMaybe<NullableStringFilterInput> | Filter by repositoryURL |
syncsTo? | InputMaybe<ImsProjectListFilterInput> | Filter by syncsTo |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3503
TrackableListFilterInput
Ƭ TrackableListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<TrackableFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<TrackableFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<TrackableFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3535
TrackableOrder
Ƭ TrackableOrder: Object
Defines the order of a Trackable list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<TrackableOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3545
UpdateImsUserInput
Ƭ UpdateImsUserInput: Object
Input for the updateIMSUser mutation
Type declaration
| Name | Type | Description |
|---|---|---|
displayName? | InputMaybe<Scalars["String"][``"input"``]> | The new displayName of the User to update |
email? | InputMaybe<Scalars["String"][``"input"``]> | The new email of the User to update |
gropiusUser? | InputMaybe<Scalars["ID"][``"input"``]> | The id of the GropiusUser the updated IMSUser is associated with, replaces existing association or removes it if null is provided. |
id | Scalars["ID"][``"input"``] | The id of the node to update |
templatedFields? | InputMaybe<JsonFieldInput[]> | Values for templatedFields to update |
username? | InputMaybe<Scalars["String"][``"input"``]> | The new username of the updated IMSUser |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3561
UserDataFragment
Ƭ UserDataFragment: Object
Type declaration
| Name | Type |
|---|---|
__typename | "GropiusUser" |
displayName | string |
email? | string | null |
id | string |
username | string |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4081
UserFilterInput
Ƭ UserFilterInput: Object
Filter used to filter User
Type declaration
| Name | Type | Description |
|---|---|---|
and? | InputMaybe<UserFilterInput[]> | Connects all subformulas via and |
assignments? | InputMaybe<AssignmentListFilterInput> | Filter by assignments |
createdNodes? | InputMaybe<AuditedNodeListFilterInput> | Filter by createdNodes |
displayName? | InputMaybe<StringFilterInput> | Filter by displayName |
email? | InputMaybe<NullableStringFilterInput> | Filter by email |
id? | InputMaybe<IdFilterInput> | Filter by id |
not? | InputMaybe<UserFilterInput> | Negates the subformula |
or? | InputMaybe<UserFilterInput[]> | Connects all subformulas via or |
participatedIssues? | InputMaybe<IssueListFilterInput> | Filter by participatedIssues |
username? | InputMaybe<NullableStringFilterInput> | Filter by username |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3581
UserListFilterInput
Ƭ UserListFilterInput: Object
Used to filter by a connection-based property. Fields are joined by AND
Type declaration
| Name | Type | Description |
|---|---|---|
all? | InputMaybe<UserFilterInput> | Filters for nodes where all of the related nodes match this filter |
any? | InputMaybe<UserFilterInput> | Filters for nodes where any of the related nodes match this filter |
none? | InputMaybe<UserFilterInput> | Filters for nodes where none of the related nodes match this filter |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3605
UserOrder
Ƭ UserOrder: Object
Defines the order of a User list
Type declaration
| Name | Type | Description |
|---|---|---|
direction? | InputMaybe<OrderDirection> | The direction to order by, defaults to ASC |
field? | InputMaybe<UserOrderField> | The field to order by, defaults to ID |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:3615
Variables
CheckUserIsAdminDocument
• Const CheckUserIsAdminDocument: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4184
CreateNewImsUserInImsDocument
• Const CreateNewImsUserInImsDocument: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4157
CreateNewUserDocument
• Const CreateNewUserDocument: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4201
GetAllGrpiusUsersDocument
• Const GetAllGrpiusUsersDocument: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4196
GetBasicGropiusUserDataDocument
• Const GetBasicGropiusUserDataDocument: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4168
GetBasicImsUserDataDocument
• Const GetBasicImsUserDataDocument: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4123
GetImsUserDetailsDocument
• Const GetImsUserDetailsDocument: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4131
GetImsUsersByTemplatedFieldValuesDocument
• Const GetImsUsersByTemplatedFieldValuesDocument: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4139
GetUserByNameDocument
• Const GetUserByNameDocument: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4176
ImsUserWithDetailFragmentDoc
• Const ImsUserWithDetailFragmentDoc: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4089
SetImsUserLinkDocument
• Const SetImsUserLinkDocument: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4211
UserDataFragmentDoc
• Const UserDataFragmentDoc: DocumentNode
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4114
Functions
getSdk
▸ getSdk(client, withWrapper?): Object
Parameters
| Name | Type | Default value |
|---|---|---|
client | GraphQLClient | undefined |
withWrapper | SdkFunctionWrapper | defaultWrapper |
Returns
Object
| Name | Type |
|---|---|
checkUserIsAdmin | (variables: Exact<{ id: string }>, requestHeaders?: GraphQLClientRequestHeaders) => Promise<CheckUserIsAdminQuery> |
createNewImsUserInIms | (variables: Exact<{ input: CreateImsUserInput }>, requestHeaders?: GraphQLClientRequestHeaders) => Promise<CreateNewImsUserInImsMutation> |
createNewUser | (variables: Exact<{ input: CreateGropiusUserInput }>, requestHeaders?: GraphQLClientRequestHeaders) => Promise<CreateNewUserMutation> |
getAllGrpiusUsers | (variables?: Exact<{ [key: string]: never; }>, requestHeaders?: GraphQLClientRequestHeaders) => Promise<GetAllGrpiusUsersQuery> |
getBasicGropiusUserData | (variables: Exact<{ id: string }>, requestHeaders?: GraphQLClientRequestHeaders) => Promise<GetBasicGropiusUserDataQuery> |
getBasicImsUserData | (variables: Exact<{ imsUserId: string }>, requestHeaders?: GraphQLClientRequestHeaders) => Promise<GetBasicImsUserDataQuery> |
getImsUserDetails | (variables: Exact<{ imsUserId: string }>, requestHeaders?: GraphQLClientRequestHeaders) => Promise<GetImsUserDetailsQuery> |
getImsUsersByTemplatedFieldValues | (variables: Exact<{ imsFilterInput: ImsFilterInput ; userFilterInput: ImsUserFilterInput }>, requestHeaders?: GraphQLClientRequestHeaders) => Promise<GetImsUsersByTemplatedFieldValuesQuery> |
getUserByName | (variables: Exact<{ username: string }>, requestHeaders?: GraphQLClientRequestHeaders) => Promise<GetUserByNameQuery> |
setImsUserLink | (variables: Exact<{ gropiusUserId: string ; imsUserId: string }>, requestHeaders?: GraphQLClientRequestHeaders) => Promise<SetImsUserLinkMutation> |
Defined in
gropius-login-service/backend/src/model/graphql/generated.ts:4232