DateTimeScalar.php in GraphQL 8.3
File
src/Plugin/GraphQL/Scalars/Internal/DateTimeScalar.phpView source
<?php
namespace Drupal\graphql\Plugin\GraphQL\Scalars\Internal;
use Drupal\graphql\Plugin\GraphQL\Scalars\ScalarPluginBase;
/**
* @GraphQLScalar(
* id = "date_time",
* name = "DateTime"
* )
*/
class DateTimeScalar extends ScalarPluginBase {
}
Classes
Name | Description |
---|---|
DateTimeScalar | Plugin annotation @GraphQLScalar( id = "date_time", name = "DateTime" ) |