Package org.allGraphQLCases.server
Class STP_TestExtScalar_STS
java.lang.Object
org.allGraphQLCases.server.STP_TestExtScalar_STS
public class STP_TestExtScalar_STS extends Object
#############################################################################################################
############## TEST CASE FOR ISSUES #######################################################################
#############################################################################################################
############################
test for issue #35
But removed from this GraphQL schema as enum values in Directives are not supported by graphql-java v14.0 on server side
It works Ok on client side
directive @relation(
name: String
direction: direction
) on FIELD_DEFINITION
enum direction {
IN
OUT
}
############################
############################
test for issue #36
- Author:
- generated by graphql-java-generator
- See Also:
- https://github.com/graphql-java-generator/graphql-java-generator
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
STP_TestExtScalar_STS.Builder
The Builder that helps building instance of this POJO. -
Constructor Summary
Constructors Constructor Description STP_TestExtScalar_STS()
-
Method Summary