File tree 7 files changed +12
-7
lines changed
src/Plugin/GraphQL/Fields
7 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 3
3
namespace Drupal \graphql_json \Plugin \GraphQL \Fields ;
4
4
5
5
use Drupal \Component \Utility \NestedArray ;
6
- use Drupal \graphql_core \Plugin \GraphQL \Fields \Route ;
6
+ use Drupal \graphql_core \Plugin \GraphQL \Fields \Routing \ Route ;
7
7
use Youshido \GraphQL \Execution \ResolveInfo ;
8
8
9
9
/**
Original file line number Diff line number Diff line change 2
2
3
3
namespace Drupal \graphql_json \Plugin \GraphQL \Fields ;
4
4
5
- use Drupal \graphql_core \Plugin \GraphQL \Fields \ResponseContent ;
5
+ use Drupal \graphql_core \Plugin \GraphQL \Fields \Routing \ ResponseContent ;
6
6
use Youshido \GraphQL \Execution \ResolveInfo ;
7
7
8
8
/**
Original file line number Diff line number Diff line change 6
6
use Drupal \Core \Entity \EntityRepositoryInterface ;
7
7
use Drupal \node \Entity \Node ;
8
8
use Drupal \node \NodeInterface ;
9
- use Drupal \Tests \graphql_core \Kernel \GraphQLFileTestBase ;
9
+ use Drupal \Tests \graphql \Kernel \GraphQLFileTestBase ;
10
10
use Drupal \user \Entity \Role ;
11
11
use GuzzleHttp \ClientInterface ;
12
12
use GuzzleHttp \Psr7 \Response ;
@@ -24,6 +24,7 @@ class JsonEntitySerializeTest extends GraphQLFileTestBase {
24
24
public static $ modules = [
25
25
'node ' ,
26
26
'serialization ' ,
27
+ 'graphql_core ' ,
27
28
'graphql_content ' ,
28
29
'graphql_json ' ,
29
30
];
Original file line number Diff line number Diff line change 6
6
use Drupal \Core \Entity \EntityRepositoryInterface ;
7
7
use Drupal \node \Entity \Node ;
8
8
use Drupal \node \NodeInterface ;
9
- use Drupal \Tests \graphql_core \Kernel \GraphQLFileTestBase ;
9
+ use Drupal \Tests \graphql \Kernel \GraphQLFileTestBase ;
10
10
use Drupal \user \Entity \Role ;
11
11
use GuzzleHttp \ClientInterface ;
12
12
use GuzzleHttp \Psr7 \Response ;
@@ -23,6 +23,7 @@ class JsonEntityTest extends GraphQLFileTestBase {
23
23
*/
24
24
public static $ modules = [
25
25
'node ' ,
26
+ 'graphql_core ' ,
26
27
'graphql_content ' ,
27
28
'graphql_json ' ,
28
29
];
Original file line number Diff line number Diff line change 14
14
use Drupal \node \Entity \NodeType ;
15
15
use Drupal \simpletest \ContentTypeCreationTrait ;
16
16
use Drupal \simpletest \NodeCreationTrait ;
17
- use Drupal \Tests \graphql_core \Traits \GraphQLFileTestTrait ;
17
+ use Drupal \Tests \graphql \Traits \GraphQLFileTestTrait ;
18
18
use Drupal \user \Entity \Role ;
19
19
20
20
/**
@@ -37,6 +37,7 @@ class JsonFieldTest extends KernelTestBase {
37
37
'node ' ,
38
38
'user ' ,
39
39
'graphql ' ,
40
+ 'graphql_test ' ,
40
41
'graphql_core ' ,
41
42
'graphql_content ' ,
42
43
'graphql_file ' ,
Original file line number Diff line number Diff line change 3
3
namespace Drupal \Tests \graphql_json \Kernel ;
4
4
5
5
6
- use Drupal \Tests \graphql_core \Kernel \GraphQLFileTestBase ;
6
+ use Drupal \Tests \graphql \Kernel \GraphQLFileTestBase ;
7
7
use GuzzleHttp \ClientInterface ;
8
8
use GuzzleHttp \Psr7 \Response ;
9
9
@@ -18,6 +18,7 @@ class JsonStructureTest extends GraphQLFileTestBase {
18
18
* {@inheritdoc}
19
19
*/
20
20
public static $ modules = [
21
+ 'graphql_core ' ,
21
22
'graphql_content ' ,
22
23
'graphql_json ' ,
23
24
];
Original file line number Diff line number Diff line change 3
3
namespace Drupal \Tests \graphql_json \Kernel ;
4
4
5
5
6
- use Drupal \Tests \graphql_core \Kernel \GraphQLFileTestBase ;
6
+ use Drupal \Tests \graphql \Kernel \GraphQLFileTestBase ;
7
7
use GuzzleHttp \ClientInterface ;
8
8
use GuzzleHttp \Psr7 \Response ;
9
9
@@ -18,6 +18,7 @@ class JsonUrlTest extends GraphQLFileTestBase {
18
18
* {@inheritdoc}
19
19
*/
20
20
public static $ modules = [
21
+ 'graphql_core ' ,
21
22
'graphql_content ' ,
22
23
'graphql_json ' ,
23
24
];
You can’t perform that action at this time.
0 commit comments