Class GraphQLScalarTypeString

java.lang.Object
com.graphql_java_generator.customscalars.GraphQLScalarTypeString

public class GraphQLScalarTypeString extends Object
Useless String scalar.
It's used both as a sample, to be completed by a developper, according to his/her needs, and for the use in some tests of the plugin logic (like in the Shopify sample, to handle (badly) various scalar as based on strings).
It's actually a bad management, as this custom scalars does nothing, but read basic strings. It's just for test.
Author:
etienne-sf
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static graphql.schema.GraphQLScalarType
    Useless String scalar.
    It's used both as a sample, to be completed by a developper, according to his/her needs, and for the use in some tests of the plugin logic (like in the Shopify sample, to handle (badly) various scalar as based on strings).
    It's actually a bad management, as this custom scalars does nothing, but read basic strings.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • String

      public static graphql.schema.GraphQLScalarType String
      Useless String scalar.
      It's used both as a sample, to be completed by a developper, according to his/her needs, and for the use in some tests of the plugin logic (like in the Shopify sample, to handle (badly) various scalar as based on strings).
      It's actually a bad management, as this custom scalars does nothing, but read basic strings. It's just for test.
  • Constructor Details

    • GraphQLScalarTypeString

      public GraphQLScalarTypeString()