Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateAssetCommentInput
-
Packages that use CreateAssetCommentInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateAssetCommentInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type CreateAssetCommentInput Modifier and Type Method Description RootMutation_createAssetComment_ArgsRootMutation_createAssetComment_Args. input(CreateAssetCommentInput value)`CreateAssetComment` input argument. -
Uses of CreateAssetCommentInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateAssetCommentInput Modifier and Type Method Description CreateAssetCommentInputCreateAssetCommentInput. assetId(IdScalar v)Id of the `Asset` where you wish to create a new `AssetComment`.CreateAssetCommentInputCreateAssetCommentInput. content(StringScalar v)`AssetComment` content.CreateAssetCommentInputCreateAssetCommentInput. marking(MarkingInput v)Add a `Marking` (highlighted area) to the new `AssetComment`.
-