Uses of Class
ch.brix.gql.client.frontify.builders.RootQuery_currentUser
-
Packages that use RootQuery_currentUser Package Description ch.brix.gql.client.frontify ch.brix.gql.client.frontify.builders -
-
Uses of RootQuery_currentUser in ch.brix.gql.client.frontify
Methods in ch.brix.gql.client.frontify that return RootQuery_currentUser Modifier and Type Method Description static RootQuery_currentUserQuery. currentUser()Get the current `User`. -
Uses of RootQuery_currentUser in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders that return RootQuery_currentUser Modifier and Type Method Description RootQuery_currentUserRootQuery_currentUser. onAccountUser(On_AccountUser typeBuilder)RootQuery_currentUserRootQuery_currentUser. onUser(On_User typeBuilder)Methods in ch.brix.gql.client.frontify.builders with parameters of type RootQuery_currentUser Modifier and Type Method Description On_RootQueryOn_RootQuery. currentUser(RootQuery_currentUser callBuilder)Get the current `User`.
-