Uses of Class
ch.brix.gql.client.frontify.input_objects.EditCommentInput
-
Packages that use EditCommentInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of EditCommentInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type EditCommentInput Modifier and Type Method Description RootMutation_editComment_ArgsRootMutation_editComment_Args. input(EditCommentInput value)`EditComment` input argument. -
Uses of EditCommentInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return EditCommentInput Modifier and Type Method Description EditCommentInputEditCommentInput. content(StringScalar v)`AssetComment` content to edit.EditCommentInputEditCommentInput. id(IdScalar v)`AssetComment` Id you wish to edit.
-