Manage Data Model

Skylark allows you to make and view updates to your schema using mutations and queries. The query names all include the word configuration.

All schema changes are versioned allow you to create changes in new versions, view changes in progress and rollback/forward versions.

Schema configuration responses will always include at least the following fields:

  • Version: The version of the configuration being worked on
  • Messages: An array of messages giving feedback about the updating process

๐Ÿ“˜

What happens when you modify the data model?

When you publish a new version of your schema, Skylark automatically creates queries and mutations for your new objects, and search indexes them. If you modify the fields on an object, the schema will automatically be updated to reflect the added or removed fields.