Skip to main content

ContentActions

No description

1
type ContentActions {
2
Action: ContentActionTypes
3
Transaction(
4
context: ContentActionContextInput = { }
5
writes: [TransactionInput!]!
6
): TransactionResult
7
}

Fields

Action ● ContentActionTypes object common

Transaction ● TransactionResult object common

context ● ContentActionContextInput input common
writes ● [TransactionInput!]! non-null input common

Returned By

Content mutation