Class GraphQLScalarTypeMyBoolean
java.lang.Object
com.generated.graphql.samples.customscalar.GraphQLScalarTypeMyBoolean
- Author:
- etienne-sf
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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
-
Method Summary
-
Field Details
-
MyBooleanScalarType
public static graphql.schema.GraphQLScalarType MyBooleanScalarTypeUseless 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
-
GraphQLScalarTypeMyBoolean
public GraphQLScalarTypeMyBoolean()
-