| 1 | <?php |
||
| 20 | class GraphQLInteger extends IntType implements TypeSystemPluginInterface { |
||
| 21 | use PluginTrait; |
||
| 22 | use CacheablePluginTrait; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | public function __construct(array $configuration, $pluginId, $pluginDefinition) { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | public function buildConfig(SchemaBuilderInterface $schemaManager) { |
||
| 37 | } |
||
| 38 |