Method: GraphQL::Tracing::DataDogTrace#authorized_lazy

Defined in:
lib/graphql/tracing/data_dog_trace.rb

#authorized_lazy(object:, type:, query:) ⇒ Object

[View source] [View on GitHub]

132
133
134
135
136
# File 'lib/graphql/tracing/data_dog_trace.rb', line 132

def authorized_lazy(object:, type:, query:)
  authorized_span("authorized_lazy", object, type, query) do
    super(query: query, type: type, object: object)
  end
end