Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

ipetkov
Copy link

@ipetkov ipetkov commented Jun 17, 2025

Sometimes it can be useful to access the global data registered in a Schema (via SchemaBuilder) to compute some data to be inserted in a Request before processing it. This data itself is not global, and should only persist for the request. Being able to access global data here avoids having to needlessly carry around the data a second time.

Sometimes it can be useful to access the global data registered in a
Schema (via SchemaBuilder) to compute some data to be inserted in a
Request before processing it. This data itself is not global, and should
only persist for the request. Being able to access global data here
avoids having to needlessly carry around the data a second time.
ipetkov added a commit to 1Password/async-graphql that referenced this pull request Sep 8, 2025
Allow accessing data registered at the Schema level

Upstream PR: async-graphql#1727
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant