GmMutationApplied
One property write applied during a function invocation (with before/after values).
type GmMutationApplied {
containerId: String!
key: String!
valueType: String!
oldValueJson: String
newValueJson: String
}
Fields
GmMutationApplied.containerId ● String! non-null scalar
The container that was written.
GmMutationApplied.key ● String! non-null scalar
The property key written.
GmMutationApplied.valueType ● String! non-null scalar
The value type written.
GmMutationApplied.oldValueJson ● String scalar
JSON-encoded value before the write.
GmMutationApplied.newValueJson ● String scalar
JSON-encoded value after the write.
Member Of
GmInvokeResult object