for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DeInternetJongens\LighthouseUtils\Events;
class GraphQLSchemaGenerated
{
public $schema;
/**
* Create a new event instance.
* @return void
*/
public function __construct($schema)
$this->schema = $schema;
}