Uses of Class
ch.brix.gql.client.frontify.builders.RootMutation_deleteCollection
-
Packages that use RootMutation_deleteCollection Package Description ch.brix.gql.client.frontify ch.brix.gql.client.frontify.builders -
-
Uses of RootMutation_deleteCollection in ch.brix.gql.client.frontify
Methods in ch.brix.gql.client.frontify that return RootMutation_deleteCollection Modifier and Type Method Description static RootMutation_deleteCollectionMutation. deleteCollection()Delete an existing `Collection`. -
Uses of RootMutation_deleteCollection in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders that return RootMutation_deleteCollection Modifier and Type Method Description RootMutation_deleteCollectionRootMutation_deleteCollection. args(RootMutation_deleteCollection_Args argsBuilder)RootMutation_deleteCollectionRootMutation_deleteCollection. onDeleteCollection(On_DeleteCollection typeBuilder)Methods in ch.brix.gql.client.frontify.builders with parameters of type RootMutation_deleteCollection Modifier and Type Method Description On_RootMutationOn_RootMutation. deleteCollection(RootMutation_deleteCollection callBuilder)Delete an existing `Collection`.
-