OBJECT

PostUpdateAction

link GraphQL Schema definition

  • type PostUpdateAction {
  • # The unique key identifying the action
  • key: PostUpdateActionKey!
  • # The message giving more information on the action
  • message: String!
  • }