OBJECT

QuotePayload

link GraphQL Schema definition

  • type QuotePayload {
  • # A list of failed validations. May be blank or null if mutation succeeded.
  • messages: [ValidationMessage]
  • # The object created/updated/deleted by the mutation. May be null if mutation
  • # failed.
  • result: Quote
  • # Indicates if the mutation completed successfully or not.
  • successful: Boolean!
  • }