OBJECT
RootMutationType
link GraphQL Schema definition
- type RootMutationType {
- # create a new article
- #
- # Arguments
- # params: [Not documented]
- (: InsertFiscalArticleInput): FiscalArticlePayload
- # create a new article correction
- #
- # Arguments
- # params: [Not documented]
- (
- : InsertFiscalArticleCorrectionInput
- ): FiscalArticleCorrectionPayload
- # Create a cash fund line
- #
- # Arguments
- # amount: [Not documented]
- # comment: [Not documented]
- # direction: [Not documented]
- # employeeId: [Not documented]
- # id: [Not documented]
- # isError: [Not documented]
- # lineDate: [Not documented]
- # operation: [Not documented]
- # paymentMethod: [Not documented]
- # pointOfSaleId: [Not documented]
- # terminalId: [Not documented]
- # total: [Not documented]
- (
- : Decimal,
- : String,
- : String,
- : ID,
- : ID,
- : Boolean,
- : DateTime,
- : String,
- : String,
- : ID,
- : ID,
- : Decimal
- ): CashFundLinePayload
- # Create a new category
- #
- # Arguments
- # active: [Not documented]
- # id: [Not documented]
- # name: [Not documented]
- # order: [Not documented]
- (: Boolean, : ID, : String!, : Int): CategoryPayload
- # Create a new customer
- #
- # Arguments
- # accountingCode: [Not documented]
- # address: [Not documented]
- # addressSupplement1: [Not documented]
- # addressSupplement2: [Not documented]
- # birthDate: [Not documented]
- # city: [Not documented]
- # comments: [Not documented]
- # company: [Not documented]
- # email: [Not documented]
- # firstName: [Not documented]
- # hasLoyalty: [Not documented]
- # id: [Not documented]
- # invoiceByEmail: [Not documented]
- # isCompany: [Not documented]
- # landlinePhone: [Not documented]
- # lastName: [Not documented]
- # mobilePhone: [Not documented]
- # nafCode: [Not documented]
- # pointOfSaleId: [Not documented]
- # postalCode: [Not documented]
- # receiveEmail: [Not documented]
- # receiveSms: [Not documented]
- # secondaryEmail: [Not documented]
- # siret: [Not documented]
- # title: [Not documented]
- # vatNumber: [Not documented]
- (
- : String,
- : String,
- : String,
- : String,
- : Date,
- : String,
- : String,
- : String,
- : String,
- : String,
- : Boolean,
- : ID,
- : Boolean,
- : Boolean,
- : String,
- : String,
- : String,
- : String,
- : ID,
- : String,
- : Boolean,
- : Boolean,
- : String,
- : String,
- : String,
- : String
- ): CustomerPayload
- # Create a new employee
- #
- # Arguments
- # active: [Not documented]
- # firstName: [Not documented]
- # id: [Not documented]
- # imageId: [Not documented]
- # lastName: [Not documented]
- # password: [Not documented]
- # passwordConfirmation: [Not documented]
- # pointsOfSale: [Not documented]
- (
- : Boolean,
- : String,
- : ID,
- : ID,
- : String,
- : String,
- : String,
- : [InsertPointOfSaleInput]
- ): EmployeePayload
- # Create a file
- #
- # Arguments
- # contentType: [Not documented]
- # id: [Not documented]
- # url: [Not documented]
- (: String, : ID!, : String): FilePayload
- # Create an invoice
- #
- # Arguments
- # billingCustomerId: [Not documented]
- # createdDate: [Not documented]
- # frozenCustomer: [Not documented]
- # id: [Not documented]
- # invoiceNumber: [Not documented]
- # orders: [Not documented]
- # reversedAmount: [Not documented]
- # reversedComment: [Not documented]
- # reversedInvoiceId: [Not documented]
- # status: [Not documented]
- # terminalId: [Not documented]
- (
- : ID,
- : DateTime,
- : FrozenCustomerInput,
- : String!,
- : Int,
- : [ID],
- : Decimal,
- : String,
- : ID,
- : String,
- : ID
- ): InvoicePayload
- # Create a new order
- #
- # Arguments
- # genericDetails: [Not documented]
- # mourningDetails: [Not documented]
- # order: [Not documented]
- # weddingDetails: [Not documented]
- (
- : InsertGenericDetailsInput,
- : InsertMourningDetailsInput,
- : InsertOrderInput,
- : InsertWeddingDetailsInput
- ): OrderPayload
- # Create an order tracking line
- #
- # Arguments
- # orderTrackingLine: [Not documented]
- (
- : InsertOrderTrackingLineInput
- ): OrderTrackingLinePayload
- # create a new payment
- #
- # Arguments
- # params: [Not documented]
- (: InsertFiscalPaymentInput): FiscalPaymentPayload
- # create a new payment correction
- #
- # Arguments
- # params: [Not documented]
- (
- : InsertFiscalPaymentCorrectionInput
- ): FiscalPaymentCorrectionPayload
- # Create a new point of sale
- #
- # Arguments
- # address: [Not documented]
- # addressSupplement1: [Not documented]
- # addressSupplement2: [Not documented]
- # bank: [Not documented]
- # bic: [Not documented]
- # city: [Not documented]
- # country: [Not documented]
- # deleted: [Not documented]
- # descriptionInvoice: [Not documented]
- # descriptionOrder: [Not documented]
- # descriptionQuote: [Not documented]
- # email: [Not documented]
- # iban: [Not documented]
- # id: [Not documented]
- # imageId: [Not documented]
- # landlinePhone: [Not documented]
- # mobilePhone: [Not documented]
- # name: [Not documented]
- # postalCode: [Not documented]
- # siret: [Not documented]
- # website: [Not documented]
- (
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : String,
- : Boolean,
- : String,
- : String,
- : String,
- : String,
- : String,
- : ID,
- : ID,
- : String,
- : String,
- : String!,
- : String,
- : String,
- : String
- ): PointOfSalePayload
- # create a new print
- #
- # Arguments
- # params: [Not documented]
- (: InsertFiscalPrintInput): FiscalPrintPayload
- # Create a new product
- #
- # Arguments
- # active: [Not documented]
- # archived: [Not documented]
- # barcode: [Not documented]
- # categories: [Not documented]
- # description: [Not documented]
- # eshopDisplay: [Not documented]
- # id: [Not documented]
- # imageId: [Not documented]
- # name: [Not documented]
- # openPrice: [Not documented]
- # perishable: [Not documented]
- # price: [Not documented]
- # priceInclTax: [Not documented]
- # taxable: [Not documented]
- # vat: [Not documented]
- (
- : Boolean,
- : Boolean,
- : String,
- : [InsertCategoryInput],
- : String,
- : Boolean,
- : ID,
- : ID,
- : String!,
- : Boolean,
- : Boolean,
- : Decimal,
- : Decimal,
- : Boolean,
- : Decimal
- ): ProductPayload
- # Create a new quote
- #
- # Arguments
- # genericDetails: [Not documented]
- # mourningDetails: [Not documented]
- # quote: [Not documented]
- # weddingDetails: [Not documented]
- (
- : InsertGenericDetailsInput,
- : InsertMourningDetailsInput,
- : InsertQuoteInput,
- : InsertWeddingDetailsInput
- ): QuotePayload
- # create a new transaction
- #
- # Arguments
- # params: [Not documented]
- (: InsertFiscalTransactionInput): FiscalTransactionPayload
- # create a new transaction correction
- #
- # Arguments
- # params: [Not documented]
- (
- : InsertFiscalTransactionCorrectionInput
- ): FiscalTransactionCorrectionPayload
- # delete a single category
- #
- # Arguments
- # id: [Not documented]
- (: ID!): CategoryPayload
- # Delete a customer
- #
- # Arguments
- # id: [Not documented]
- (: ID!): CustomerPayload
- # Delete an employee
- #
- # Arguments
- # id: [Not documented]
- (: ID!): EmployeePayload
- # delete a single order
- #
- # Arguments
- # id: [Not documented]
- (: ID!): OrderPayload
- # Delete an order tracking line
- #
- # Arguments
- # id: [Not documented]
- (: ID!): OrderTrackingLinePayload
- # Delete a point of sale
- #
- # Arguments
- # id: [Not documented]
- (: ID!): PointOfSalePayload
- # delete a single product
- #
- # Arguments
- # id: [Not documented]
- (: ID!): ProductPayload
- # restore a deleted product
- #
- # Arguments
- # id: [Not documented]
- (: ID!): ProductPayload
- # unlink a category from terminal
- #
- # Arguments
- # id: [Not documented]
- (: ID!): CategoryPayload
- # unlink a product from terminal
- #
- # Arguments
- # id: [Not documented]
- (: ID!): ProductPayload
- # Update a cash fund line
- #
- # Arguments
- # id: [Not documented]
- # params: [Not documented]
- (: ID!, : UpdateCashFundLineInput): CashFundLinePayload
- # Update a category
- #
- # Arguments
- # id: [Not documented]
- # params: [Not documented]
- (: ID!, : UpdateCategoryInput): CategoryPayload
- # Update a customer
- #
- # Arguments
- # id: [Not documented]
- # params: [Not documented]
- (: ID!, : UpdateCustomerInput): CustomerPayload
- # Update an employee
- #
- # Arguments
- # id: [Not documented]
- # params: [Not documented]
- (: ID!, : UpdateEmployeeInput): EmployeePayload
- # Update a file
- #
- # Arguments
- # id: [Not documented]
- # params: [Not documented]
- (: ID!, : UpdateFileInput): FilePayload
- # Update an invoice
- #
- # Arguments
- # id: [Not documented]
- # params: [Not documented]
- (: String!, : UpdateInvoiceInput): InvoicePayload
- # update an order
- #
- # Arguments
- # genericDetails: [Not documented]
- # id: [Not documented]
- # mourningDetails: [Not documented]
- # params: [Not documented]
- # weddingDetails: [Not documented]
- (
- : InsertGenericDetailsInput,
- : ID!,
- : InsertMourningDetailsInput,
- : UpdateOrderInput,
- : InsertWeddingDetailsInput
- ): OrderPayload
- # Update an order tracking line
- #
- # Arguments
- # id: [Not documented]
- # params: [Not documented]
- (
- : ID!,
- : UpdateOrderTrackingLineInput
- ): OrderTrackingLinePayload
- # Update a point of sale
- #
- # Arguments
- # id: [Not documented]
- # params: [Not documented]
- (: ID!, : UpdatePointOfSaleInput): PointOfSalePayload
- # update a product
- #
- # Arguments
- # id: [Not documented]
- # params: [Not documented]
- (: ID!, : UpdateProductInput): ProductPayload
- # Update a quote
- #
- # Arguments
- # id: [Not documented]
- # params: [Not documented]
- (: ID!, : UpdateQuoteInput): QuotePayload
- # Update terminal infos
- #
- # Arguments
- # params: [Not documented]
- (: UpdateTerminalInfoInput): TerminalInfoPayload
- }
link Require by
This element is not required by anyone