digiaonline / graphql-php

A PHP7 implementation of the GraphQL specification.

Home Page:https://facebook.github.io/graphql/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reduce redundant container calls while executing

Jalle19 opened this issue · comments

As an example, DeprecatedDirective() can end up being called thousands of times per query since it's called as part of getDeprecatedReason(). There are potentially other cases like this too, they should all be fixed.