Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow the user to disable ghost loading #78

Open
robrua opened this issue Jan 22, 2018 · 0 comments
Open

Allow the user to disable ghost loading #78

robrua opened this issue Jan 22, 2018 · 0 comments

Comments

@robrua
Copy link
Member

robrua commented Jan 22, 2018

Currently, all top-level API types are ghost loaded at the core layer (they are maximally lazy loaded, only if the data requested from the object is not already known). GhostObjects currently expose a load() method, allowing users finer grained control over when these objects load if desired, but an option to entirely disable GhostLoading is desirable.

Such a solution would probably consist of providing a convenience method in Orianna which disables the GhostObjectSource and adds a number of data layer -> core layer transformers which support the types that the GhostObjectSource supports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant