You are here

namespace Drupal\graphql\Plugin\GraphQL\Scalars\Internal in GraphQL 8.3

Classsort descending Location Description
BooleanScalar src/Plugin/GraphQL/Scalars/Internal/BooleanScalar.php Plugin annotation @GraphQLScalar( id = "boolean", name = "Boolean", type = "boolean" )
DateScalar src/Plugin/GraphQL/Scalars/Internal/DateScalar.php Plugin annotation @GraphQLScalar( id = "date", name = "Date" )
DateTimeScalar src/Plugin/GraphQL/Scalars/Internal/DateTimeScalar.php Plugin annotation @GraphQLScalar( id = "date_time", name = "DateTime" )
DateTimeTzScalar src/Plugin/GraphQL/Scalars/Internal/DateTimeTzScalar.php Plugin annotation @GraphQLScalar( id = "date_time_tz", name = "DateTimeTz" )
FloatScalar src/Plugin/GraphQL/Scalars/Internal/FloatScalar.php Plugin annotation @GraphQLScalar( id = "float", name = "Float", type = "float" )
IdScalar src/Plugin/GraphQL/Scalars/Internal/IdScalar.php Plugin annotation @GraphQLScalar( id = "id", name = "ID" )
IntegerScalar src/Plugin/GraphQL/Scalars/Internal/IntegerScalar.php Plugin annotation @GraphQLScalar( id = "int", name = "Int", type = "integer" )
StringScalar src/Plugin/GraphQL/Scalars/Internal/StringScalar.php Plugin annotation @GraphQLScalar( id = "string", name = "String", type = "string" )
TimestampScalar src/Plugin/GraphQL/Scalars/Internal/TimestampScalar.php Plugin annotation @GraphQLScalar( id = "timestamp", name = "Timestamp", type = "timestamp" )