Summary: Plugins had their custom setup method which needed to be called externally. That is what consturctors are for. This removes the setup method and moves ths logic to the constructor. The setup method was called to late which caused the graphQL plugin to crash. With the logic now being in the constructor, it is ensured that it is called at the initialization. Reviewed By: jknoxville Differential Revision: D8769807 fbshipit-source-id: 7b4ab4815bbe397c80998adcb89ca361df6970d3
4.2 KiB
4.2 KiB