-
Notifications
You must be signed in to change notification settings - Fork 1
Schemas
comhon-project edited this page Jan 4, 2026
·
4 revisions
Before using query-kit you should already be familiar with the concept of a schema. A schema is a representation of an entity. 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.
Schemas properties may be localized, you will find an example here. Please see plugin initialization to know how to register your localized schemas.