@GraphQLApi
public class UserResource
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
UserResource
public UserResource()
-
Method Details
-
test
@Query
@RolesAllowed("user")
@Description("system test")
public String test()
-
registerUser
@Mutation
@Description("Register new basic user")
public String registerUser(@Name("username")
String username,
@Name("password")
String password)