Skip to content

Provide sandboxed environment for each plugin #34

@yasinuslu

Description

@yasinuslu

For example we should override all resolvers and in those resolvers we should call method from plugin with sandboxed context. We could do something like following:

resolver(obj, args, context, info) {
  return plugin.resolver(obj, args, context.getContext(plugin.name), info);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions