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

Add document provider integration #20

Conversation

lytedev
Copy link

@lytedev lytedev commented Jun 24, 2019

Resolves #15

@spec run(Blueprint.t(), keyword()) :: Phase.result_t()
def run(blueprint, opts \\ []) do
opts = Keyword.put_new(opts, :child_span, "Blueprint")
Opencensus.Absinthe.Phase.Push.run(blueprint, opts)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe instead of calling this span "Blueprint" it might make sense to name it something else. "Schema" might make sense since that's the phase we're starting at, but is a fairly specific term with a generally understood usage.

@lytedev lytedev closed this Dec 2, 2020
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.

Add functionality to easily integrate with DocumentResolvers
1 participant