Uses of Class
ch.brix.gql.client.frontify.input_objects.ReplyToCommentInput
-
Packages that use ReplyToCommentInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of ReplyToCommentInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type ReplyToCommentInput Modifier and Type Method Description RootMutation_replyToComment_ArgsRootMutation_replyToComment_Args. input(ReplyToCommentInput value)`ReplyToComment` input argument. -
Uses of ReplyToCommentInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return ReplyToCommentInput Modifier and Type Method Description ReplyToCommentInputReplyToCommentInput. id(IdScalar v)`AssetComment` Id of the comment you want to reply to.ReplyToCommentInputReplyToCommentInput. reply(StringScalar v)`AssetComment` reply content.
-