for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* This file is a part of graphql-youshido project.
*
* @author Alexandr Viniychuk <[email protected]>
* created: 11/28/15 3:40 PM
*/
namespace Youshido\GraphQL\Schema;
final class Schema extends AbstractSchema
{
}