Skip to content

Provide sandboxed environment for each plugin #34

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);
}

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions