OBJECT
InsightMutation
link GraphQL Schema definition
- type InsightMutation {
- # Arguments
- # feedback: User feedback related to an insight
- # insightId: Insight id for the user feedback
- InsightFeedbackInput!, : ID!): InsightUserFeedback ( :
- # Generate LeMans access key
- #
- # Arguments
- # input: Input to generate LeMans access key
- InsightAccessKeyPropertyInput!): String! ( :
- # Update an insight
- #
- # Arguments
- # deltas: Insight changes
- # insightId: Insight id which needs to be updated
- InsightDeltaInput!, : ID!): Insight ( :
- }