Uses of Class
ch.brix.gql.client.frontify.builders.RootMutation_deleteComment
-
Packages that use RootMutation_deleteComment Package Description ch.brix.gql.client.frontify ch.brix.gql.client.frontify.builders -
-
Uses of RootMutation_deleteComment in ch.brix.gql.client.frontify
Methods in ch.brix.gql.client.frontify that return RootMutation_deleteComment Modifier and Type Method Description static RootMutation_deleteCommentMutation. deleteComment()Delete an existing `Comment`. -
Uses of RootMutation_deleteComment in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders that return RootMutation_deleteComment Modifier and Type Method Description RootMutation_deleteCommentRootMutation_deleteComment. args(RootMutation_deleteComment_Args argsBuilder)RootMutation_deleteCommentRootMutation_deleteComment. onDeleteComment(On_DeleteComment typeBuilder)Methods in ch.brix.gql.client.frontify.builders with parameters of type RootMutation_deleteComment Modifier and Type Method Description On_RootMutationOn_RootMutation. deleteComment(RootMutation_deleteComment callBuilder)Delete an existing `Comment`.
-