INPUT_OBJECT
InsightDeltaInput
Input specifying changes to a specific namespace of an entity
link GraphQL Schema definition
- input InsightDeltaInput {
- # Email address of new user assignee of an insight
- String :
- # Comment/Description. Any change by user needs an explanation. This can also be
- # used to add comments of progress
- String :
- # Remove insight tags
- String!] : [
- # The observations to be added to insight
- ID!] : [
- # The observations to be removed from an insight
- ID!] : [
- # The new status of an insight
- InsightStatus :
- # Insert or Update insight tags
- TagInput!] : [
- }