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:
reindexAuthenticationProviderById
reindexAuthenticationProviderByType
createReindexAuthenticationProvider
updateReindexAuthenticationProvider
replaceReindexAuthenticationProvider
deleteReindexAuthenticationProvider
An authentication provider includes the settings for an authentication method used for signup and login.
Supported providers are:
auth0
)facebook
)google
)twitter
)github
)Available operations:
reindexSecretById
createReindexSecret
deleteReindexSecret
Stores a secret used for signing authentication tokens for an app.
Available operations:
reindexTypeById
reindexTypeByName
A custom type defined in the app. Normally created by creating a migration with the CLI tool.
Available operations:
reindexHookById
createReindexHook
updateReindexHook
replaceReindexHook
deleteReindexHook
A hook that is triggered after some event happening to some type. Performs a POST request to a specified URL.
Available operations:
reindexHookLogById
createReindexHookLog
deleteReindexHookLog
Log of the executed hooks. Contains result of the hook fragment execution.