Youshido\GraphQL\Type\InterfaceType\AbstractInterfaceType::getConfig PHP Method

getConfig() public method

public getConfig ( )
    public function getConfig()
    {
        if (!$this->isBuilt) {
            $this->isBuilt = true;
            $this->build($this->config);
        }
        return $this->config;
    }