Reindex comes with a set of built-in node types. Names of those types start with
Reindex. Built-in types are not defined in ReindexSchema.json, they are
added automatically and can’t be modified like the other types. It’s also not
possible to use a built-in type as a type of a field.
The built-in types generally have root fields that can be read and modify nodes of those types. Access is always limited to admin users.
Available operations:
reindexAuthenticationProviderByIdreindexAuthenticationProviderByTypecreateReindexAuthenticationProviderupdateReindexAuthenticationProviderreplaceReindexAuthenticationProviderdeleteReindexAuthenticationProviderAn authentication provider includes the settings for an authentication method used for signup and login.
Supported providers are:
auth0)facebook)google)twitter)github)Available operations:
reindexSecretByIdcreateReindexSecretdeleteReindexSecretStores a secret used for signing authentication tokens for an app.
Available operations:
reindexTypeByIdreindexTypeByNameA custom type defined in the app. Normally created by creating a migration with the CLI tool.
Available operations:
reindexHookByIdcreateReindexHookupdateReindexHookreplaceReindexHookdeleteReindexHookA hook that is triggered after some event happening to some type. Performs a POST request to a specified URL.
Available operations:
reindexHookLogByIdcreateReindexHookLogdeleteReindexHookLogLog of the executed hooks. Contains result of the hook fragment execution.