Class AbstractScalar

    • Constructor Detail

      • AbstractScalar

        public AbstractScalar​(String name,
                              graphql.schema.Coercing coercing,
                              Class... supportedTypes)
    • Method Detail

      • getName

        public String getName()
      • getCoercing

        public graphql.schema.Coercing getCoercing()
      • getSupportedClasses

        public List<Class> getSupportedClasses()
      • getScalarType

        public graphql.schema.GraphQLScalarType getScalarType()