Class DateTimeScalar

java.lang.Object
graphql.schema.GraphQLScalarType
io.jmix.graphql.schema.scalar.DateTimeScalar
All Implemented Interfaces:
graphql.schema.GraphQLDirectiveContainer, graphql.schema.GraphQLInputType, graphql.schema.GraphQLNamedInputType, graphql.schema.GraphQLNamedOutputType, graphql.schema.GraphQLNamedSchemaElement, graphql.schema.GraphQLNamedType, graphql.schema.GraphQLNullableType, graphql.schema.GraphQLOutputType, graphql.schema.GraphQLSchemaElement, graphql.schema.GraphQLType, graphql.schema.GraphQLUnmodifiedType

public class DateTimeScalar extends graphql.schema.GraphQLScalarType
  • Nested Class Summary

    Nested classes/interfaces inherited from class graphql.schema.GraphQLScalarType

    graphql.schema.GraphQLScalarType.Builder
  • Field Summary

    Fields inherited from class graphql.schema.GraphQLScalarType

    CHILD_DIRECTIVES
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class graphql.schema.GraphQLScalarType

    accept, equals, getAllDirectivesByName, getChildren, getChildrenWithTypeReferences, getCoercing, getDefinition, getDescription, getDirective, getDirectives, getDirectivesByName, getExtensionDefinitions, getName, getSpecifiedByUrl, hashCode, newScalar, newScalar, toString, transform, withNewChildren

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface graphql.schema.GraphQLDirectiveContainer

    getDirectives
  • Constructor Details

    • DateTimeScalar

      public DateTimeScalar()