Class GraphQlBean
java.lang.Object
com.echothree.control.user.graphql.server.GraphQlFormsImpl
com.echothree.control.user.graphql.server.GraphQlBean
- All Implemented Interfaces:
GraphQlForms
,GraphQlRemote
,GraphQlService
,GraphQlLocal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteGraphQl
(UserVisitPK userVisitPK, ExecuteGraphQlForm form) ping()
Methods inherited from class com.echothree.control.user.graphql.server.GraphQlFormsImpl
getExecuteGraphQlForm
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.echothree.control.user.graphql.common.GraphQlForms
getExecuteGraphQlForm
-
Constructor Details
-
GraphQlBean
public GraphQlBean()
-
-
Method Details
-
ping
- Specified by:
ping
in interfaceGraphQlService
-
executeGraphQl
- Specified by:
executeGraphQl
in interfaceGraphQlService
-