Skip to content

Schemas

comhon-project edited this page Aug 27, 2023 · 4 revisions

Schemas

Before using query-kit you should already be familiar with the concept of a schemas. A schema is representation of a model. You can find an example of a schema that describe a person here or a company here. These schemas will be used to build query filter and display collection. Please see plugin initialization to know how to register your schemas.

i18n

Schemas properties may be localized, you will find an example here. Please see plugin initialization to know how to register your localized schemas.

Clone this wiki locally