Uses of Class
ch.brix.gql.client.frontify.input_objects.DeleteCommentInput
-
Packages that use DeleteCommentInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of DeleteCommentInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type DeleteCommentInput Modifier and Type Method Description RootMutation_deleteComment_ArgsRootMutation_deleteComment_Args. input(DeleteCommentInput value)`DeleteComment` input argument. -
Uses of DeleteCommentInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return DeleteCommentInput Modifier and Type Method Description DeleteCommentInputDeleteCommentInput. id(IdScalar v)Id of the `AssetComment` to delete.
-