Logus
Logus
Exports
..
behaviours/addAssigneeOnPullRequestOpened
behaviours/behaviour
behaviours/logDebugOnAny
behaviours/messageVariable
behaviours/updateProjectOnPullRequestOpened
behaviours/updateProjectOnReviewSubmitted
graphql
graphql/mutation_addAssignee/addAssignee
graphql/mutation_addAssignee/addAssigneeGenerated
graphql/mutation_addProjectItem/addProjectItem
graphql/mutation_addProjectItem/addProjectItemGenerated
graphql/mutation_updateItemDate/updateItemDate
graphql/mutation_updateItemDate/updateItemDateGenerated
graphql/mutation_updateItemNumber/updateItemNumber
graphql/mutation_updateItemNumber/updateItemNumberGenerated
graphql/mutation_updateItemText/updateItemText
graphql/mutation_updateItemText/updateItemTextGenerated
graphql/query_getProjectId/getProjectId
graphql/query_getProjectId/getProjectIdGenerated
graphql/query_listOpenedProjectsInOrg/listOpenedProjectsInOrg
graphql/query_listOpenedProjectsInOrg/listOpenedProjectsInOrgGenerated
graphql/query_listTeamsInOrg/listTeamsInOrg
graphql/query_listTeamsInOrg/listTeamsInOrgGenerated
index
logusContexts
organizationConfig
projectFieldValueUpdater
Type Aliases
WithoutNullableKeys
References
addAssignee
addProjectItem
getProjectV2Id
listOpenedProjectsInOrg
listTeamNodesRelatedToRepo
listTeamsInOrgRelatedToRepo
ProjectInOrgQueryResultElement
updateItemDate
updateItemNumber
updateItemText
Module
graphql
Copy item path
Source
Type Aliases
§
Source
§
type
Without
Nullable
Keys
<
Type
>
=
{
[
Key
in
keyof
Type
]
-?:
WithoutNullableKeys
<
NonNullable
<
Type
[
Key
]
>
>
}
Utility type to remove nullable keys from a type.
References
§
Source
§
add
Assignee
:
any
Source
§
add
Project
Item
:
any
Source
§
get
Project
V
2
Id
:
any
Source
§
list
Opened
Projects
In
Org
:
any
Source
§
list
Team
Nodes
Related
To
Repo
:
any
Source
§
list
Teams
In
Org
Related
To
Repo
:
any
Source
§
Project
In
Org
Query
Result
Element
:
any
Source
§
update
Item
Date
:
any
Source
§
update
Item
Number
:
any
Source
§
update
Item
Text
:
any
Utility type to remove nullable keys from a type.