OBJECT

updateEntryPayload

Autogenerated return type of updateEntry.

link GraphQL Schema definition

  • type updateEntryPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • entry: Entry
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }