OBJECT

bulkCreateEntriesPayload

Autogenerated return type of bulkCreateEntries.

link GraphQL Schema definition

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