You are here

DateTimeTzScalar.php in GraphQL 8.3

File

src/Plugin/GraphQL/Scalars/Internal/DateTimeTzScalar.php
View source
<?php

namespace Drupal\graphql\Plugin\GraphQL\Scalars\Internal;

use Drupal\graphql\Plugin\GraphQL\Scalars\ScalarPluginBase;

/**
 * @GraphQLScalar(
 *   id = "date_time_tz",
 *   name = "DateTimeTz"
 * )
 */
class DateTimeTzScalar extends ScalarPluginBase {

}

Classes

Namesort descending Description
DateTimeTzScalar Plugin annotation @GraphQLScalar( id = "date_time_tz", name = "DateTimeTz" )