SCALAR
String
The String scalar type represents textual data, represented as UTF-8
character sequences. The String type is most often used by GraphQL to
represent free-form human-readable text.
link GraphQL Schema definition
- scalar String
link Require by
- AuditLognull
- CashFundLinenull
- CategoryThis is a product category
- Customernull
- CustomerEdgenull
- Discountnull
- EmailTrackingnull
- Employeenull
- ErrorsBreakdownnull
- FileThis is a file
- FiscalArticlenull
- FiscalArticlesCorrectionnull
- FiscalClosingnull
- FiscalClosingWithTransactionsnull
- FiscalClosingWithTransactionsEdgenull
- FiscalPaymentnull
- FiscalPaymentsCorrectionnull
- FiscalPrintnull
- FiscalTransactionnull
- FiscalTransactionCustomernull
- FrozenCustomerInputnull
- FrozenOrderInputnull
- InsertCategoryInputnull
- InsertCustomerInputnull
- InsertDiscountInputnull
- InsertFiscalArticleCorrectionInputnull
- InsertFiscalArticleInputnull
- InsertFiscalPaymentCorrectionInputnull
- InsertFiscalPaymentInputnull
- InsertFiscalPrintInputnull
- InsertFiscalTransactionCorrectionInputnull
- InsertFiscalTransactionInputnull
- InsertGenericDetailsInputnull
- InsertMourningDetailsInputnull
- InsertOrderAdditionalDetailsnull
- InsertOrderDeliveryAddressnull
- InsertOrderInputnull
- InsertOrderTrackingLineInputnull
- InsertPointOfSaleInputnull
- InsertQuoteInputnull
- InsertWeddingDetailsInputnull
- Invoicenull
- LoyaltyLinenull
- LoyaltyLineEdgenull
- Ordernull
- OrderAdditionalDetailsnull
- OrderAdditionalDetailsGenericnull
- OrderAdditionalDetailsMourningnull
- OrderAdditionalDetailsWeddingnull
- OrderDeliveryAddressnull
- OrderEdgenull
- OrderTrackingLinenull
- PageInfonull
- PaymentsDetailsnull
- PointOfSalenull
- ProductThis is a product
- ProductBreakdownItemnull
- ProductEdgenull
- ProductWithoutVirtualProduct without virtual fields
- Quotenull
- QuoteEdgenull
- RootMutationTypenull
- RootQueryTypenull
- Teamnull
- TerminalInfonull
- UpdateCashFundLineInputnull
- UpdateCategoryInputnull
- UpdateCustomerInputnull
- UpdateEmployeeInputnull
- UpdateFileInputnull
- UpdateInvoiceInputnull
- UpdateOrderInputnull
- UpdateOrderTrackingLineInputnull
- UpdatePointOfSaleInputnull
- UpdateProductInputnull
- UpdateQuoteInputnull
- UpdateTerminalInfoInputnull
- ValidationMessageValidation messages are returned when mutation input does not meet the requirements. While client-side validation is highly recommended to provide the best User Experience, All inputs will always be validated server-side. Some examples of validations are: * Username must be at least 10 characters * Email field does not contain an email address * Birth Date is required While GraphQL has support for required values, mutation data fields are always set to optional in our API. This allows 'required field' messages to be returned in the same manner as other validations. The only exceptions are id fields, which may be required to perform updates or deletes.
- ValidationOptionnull
- ZTicketnull
- __DirectiveRepresents a directive
- __EnumValuenull
- __Fieldnull
- __InputValuenull
- __SchemaRepresents a schema
- __TypeRepresents scalars, interfaces, object types, unions, enums in the system