mirror of
https://github.com/a2nt/cms-niceties.git
synced 2024-10-22 11:05:46 +02:00
FIX: GraphQL is Missing
This commit is contained in:
parent
9a0c41500d
commit
f9b9eb6f74
@ -1,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace A2nt\CMSNiceties\GraphQL;
|
||||
|
||||
if (!class_exists('SilverStripe\GraphQL\TypeCreator', true)) {
|
||||
return;
|
||||
}
|
||||
|
||||
use GraphQL\Type\Definition\ResolveInfo;
|
||||
use GraphQL\Type\Definition\Type;
|
||||
|
@ -1,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace A2nt\CMSNiceties\GraphQL;
|
||||
|
||||
if (!class_exists('SilverStripe\GraphQL\TypeCreator', true)) {
|
||||
return;
|
||||
}
|
||||
|
||||
use GraphQL\Type\Definition\Type;
|
||||
use SilverStripe\GraphQL\TypeCreator;
|
||||
|
@ -1,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace A2nt\CMSNiceties\GraphQL;
|
||||
|
||||
if (!class_exists('SilverStripe\GraphQL\TypeCreator', true)) {
|
||||
return;
|
||||
}
|
||||
|
||||
use GraphQL\Type\Definition\ResolveInfo;
|
||||
use GraphQL\Type\Definition\Type;
|
||||
|
@ -1,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace A2nt\CMSNiceties\GraphQL;
|
||||
|
||||
if (!class_exists('SilverStripe\GraphQL\Pagination\PaginatedQueryCreator', true)) {
|
||||
return;
|
||||
}
|
||||
|
||||
use GraphQL\Type\Definition\ResolveInfo;
|
||||
use GraphQL\Type\Definition\Type;
|
||||
|
@ -1,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace A2nt\CMSNiceties\GraphQL;
|
||||
|
||||
if (!class_exists('SilverStripe\GraphQL\Pagination\PaginatedQueryCreator', true)) {
|
||||
return;
|
||||
}
|
||||
|
||||
use GraphQL\Type\Definition\ResolveInfo;
|
||||
use GraphQL\Type\Definition\Type;
|
||||
|
@ -1,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace A2nt\CMSNiceties\GraphQL;
|
||||
|
||||
if (!class_exists('SilverStripe\GraphQL\QueryCreator', true)) {
|
||||
return;
|
||||
}
|
||||
|
||||
use GraphQL\Type\Definition\ResolveInfo;
|
||||
use GraphQL\Type\Definition\Type;
|
||||
|
Loading…
Reference in New Issue
Block a user