Skip to content

Commit e1cafb0

Browse files
committed
Cleaning up incorrect class annotations.
1 parent 58c247f commit e1cafb0

17 files changed

Lines changed: 0 additions & 33 deletions

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityAccess.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
use Youshido\GraphQL\Execution\ResolveInfo;
88

99
/**
10-
* GraphQL field resolving for entity access for the current user.
11-
*
1210
* @GraphQLField(
1311
* id = "entity_access",
1412
* secure = true,

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityBundle.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
use Youshido\GraphQL\Execution\ResolveInfo;
88

99
/**
10-
* GraphQL field resolving an entity's bundle.
11-
*
1210
* @GraphQLField(
1311
* id = "entity_bundle",
1412
* secure = true,

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityById.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
use Youshido\GraphQL\Execution\ResolveInfo;
1414

1515
/**
16-
* Retrieve an entity by its id.
17-
*
1816
* @GraphQLField(
1917
* id = "entity_by_id",
2018
* secure = true,

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityChanged.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
use DateTime;
99

1010
/**
11-
* Get the entities changed date if available.
12-
*
1311
* @GraphQLField(
1412
* id = "entity_changed",
1513
* secure = true,

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityCreated.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
use DateTime;
88

99
/**
10-
* Get the entities created date if available.
11-
*
1210
* @GraphQLField(
1311
* id = "entity_created",
1412
* secure = true,

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityField.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
use Youshido\GraphQL\Execution\ResolveInfo;
99

1010
/**
11-
* Generic field plugin for rendering entity fields.
12-
*
1311
* @GraphQLField(
1412
* id = "entity_field",
1513
* secure = true,

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityFieldItem.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
use Youshido\GraphQL\Execution\ResolveInfo;
77

88
/**
9-
* Generic field plugin for rendering entity field properties.
10-
*
119
* @GraphQLField(
1210
* id = "entity_field_item",
1311
* secure = true,

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityId.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
use Youshido\GraphQL\Execution\ResolveInfo;
88

99
/**
10-
* GraphQL field resolving an Entity's id.
11-
*
1210
* @GraphQLField(
1311
* id = "entity_id",
1412
* secure = true,

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityLabel.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
use Youshido\GraphQL\Execution\ResolveInfo;
88

99
/**
10-
* GraphQL field resolving an Entity's id.
11-
*
1210
* @GraphQLField(
1311
* id = "entity_label",
1412
* secure = true,

modules/graphql_core/src/Plugin/GraphQL/Fields/Entity/EntityLanguage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
use Youshido\GraphQL\Execution\ResolveInfo;
88

99
/**
10-
* GraphQL field resolving an Entity's language.
11-
*
1210
* @GraphQLField(
1311
* id = "entity_language",
1412
* secure = true,

0 commit comments

Comments
 (0)