You are here

DateTimeScalar.php in GraphQL 8.3

File

src/Plugin/GraphQL/Scalars/Internal/DateTimeScalar.php
View 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

Namesort descending Description
DateTimeScalar Plugin annotation @GraphQLScalar( id = "date_time", name = "DateTime" )