module GraphQL::Tracing::AppsignalTrace

def platform_authorized(platform_key)

def platform_authorized(platform_key)
  Appsignal.instrument(platform_key) do
    yield
  end
end