Skip to content

useMigrations

useMigrations(namespace?): UseQueryResult<NoInfer<Migration[]>, Error>

Hook to list migrations in a namespace

Parameter Type
namespace? string

UseQueryResult<NoInfer<Migration[]>, Error>