Uses of Class
ch.brix.gql.client.frontify.builders.RootQuery_library
-
Packages that use RootQuery_library Package Description ch.brix.gql.client.frontify ch.brix.gql.client.frontify.builders -
-
Uses of RootQuery_library in ch.brix.gql.client.frontify
Methods in ch.brix.gql.client.frontify that return RootQuery_library Modifier and Type Method Description static RootQuery_libraryQuery. library()Retrieve `Library` details by Id. -
Uses of RootQuery_library in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders that return RootQuery_library Modifier and Type Method Description RootQuery_libraryRootQuery_library. args(RootQuery_library_Args argsBuilder)RootQuery_libraryRootQuery_library. onDocumentLibrary(On_DocumentLibrary typeBuilder)RootQuery_libraryRootQuery_library. onIconLibrary(On_IconLibrary typeBuilder)RootQuery_libraryRootQuery_library. onLibrary(On_Library typeBuilder)RootQuery_libraryRootQuery_library. onLogoLibrary(On_LogoLibrary typeBuilder)RootQuery_libraryRootQuery_library. onMediaLibrary(On_MediaLibrary typeBuilder)Methods in ch.brix.gql.client.frontify.builders with parameters of type RootQuery_library Modifier and Type Method Description On_RootQueryOn_RootQuery. library(RootQuery_library callBuilder)Retrieve `Library` details by Id.
-