GmFunctionMutation
One declared write a function performs: set property on target to expression.
type GmFunctionMutation {
target: String!
property: String!
expression: String!
}
Fields
GmFunctionMutation.target ● String! non-null scalar
Container reference target: self | ref("uuid") | ref($param).
GmFunctionMutation.property ● String! non-null scalar
The property key being written.
GmFunctionMutation.expression ● String! non-null scalar
The expression (source) evaluated to produce the new value.
Member Of
GmFunction object