OBJECT

QuoteRealizationDocumentSent

link GraphQL Schema definition

  • type QuoteRealizationDocumentSent {
  • nid: ID!
  • # Requires access to given quote realization
  • quoteRealization: QuoteRealization!
  • documentTemplate: TemplateNewForDocument!
  • timestamp: Int!
  • # Access to resource GRAPHQL_LOGIN will soon be required
  • login: Login!
  • }