gather.initialState
needs access to EXPORTABLE
and sql
#2248
Labels
gather.initialState
needs access to EXPORTABLE
and sql
#2248
E.g. look at PgLtreePlugin - it had to import from graphile-build and pg-sql2 directly!
info.EXPORTABLE
on helpers exists, but there's nosql
equivalent. Helpers should be hookable, and we should have a helpers hook so that plugins can add stuff to helpers (like adding to build).Alternatively,
gather()
should have access toBuild
... but if so, we need to rethinkschema.hooks.build
since it needs to exist beforegather
.The text was updated successfully, but these errors were encountered: