Class On_RootQuery
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_RootQuery
-
public class On_RootQuery extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_RootQuery()
-
Method Summary
Modifier and Type Method Description On_RootQueryaccount(RootQuery_account callBuilder)Retrieve current `Account` details.On_RootQueryasset(RootQuery_asset callBuilder)Retrieve `Asset` details by Id.On_RootQueryassets(RootQuery_assets callBuilder)Retrieve `Assets` details by Ids.On_RootQuerybrand(RootQuery_brand callBuilder)Retrieve a `Brand` by its Id.On_RootQuerybrands(RootQuery_brands callBuilder)Retrieve `Brand` list for current `Account`.On_RootQuerycurrentUser(RootQuery_currentUser callBuilder)Get the current `User`.On_RootQuerylibrary(RootQuery_library callBuilder)Retrieve `Library` details by Id.On_RootQuerynode(RootQuery_node callBuilder)Retrieve `Node` details by Id.On_RootQueryproject(RootQuery_project callBuilder)Deprecated.On_RootQuerywebhooks(RootQuery_webhooks callBuilder)Retrieve `WebhookItems` related to current `Account`.On_RootQueryworkspaceProject(RootQuery_workspaceProject callBuilder)Retrieve `WorkspaceProject` details by Id.
-
-
-
Method Detail
-
currentUser
public On_RootQuery currentUser(RootQuery_currentUser callBuilder)
Get the current `User`.
-
brand
public On_RootQuery brand(RootQuery_brand callBuilder)
Retrieve a `Brand` by its Id.
-
account
public On_RootQuery account(RootQuery_account callBuilder)
Retrieve current `Account` details.
-
project
@Deprecated public On_RootQuery project(RootQuery_project callBuilder)
Deprecated.**DEPRECATED** Retrieve `Project` details by Id. This field will be removed. Use `library` or `workspaceProject` instead. | Date: 2023-01-01T00:00:00.000+00:00 This field will be removed. Use `library` or `workspaceProject` instead. | Date: 2023-01-01T00:00:00.000+00:00
-
library
public On_RootQuery library(RootQuery_library callBuilder)
Retrieve `Library` details by Id.
-
workspaceProject
public On_RootQuery workspaceProject(RootQuery_workspaceProject callBuilder)
Retrieve `WorkspaceProject` details by Id.
-
webhooks
public On_RootQuery webhooks(RootQuery_webhooks callBuilder)
Retrieve `WebhookItems` related to current `Account`.
-
assets
public On_RootQuery assets(RootQuery_assets callBuilder)
Retrieve `Assets` details by Ids.
-
brands
public On_RootQuery brands(RootQuery_brands callBuilder)
Retrieve `Brand` list for current `Account`.
-
asset
public On_RootQuery asset(RootQuery_asset callBuilder)
Retrieve `Asset` details by Id.
-
node
public On_RootQuery node(RootQuery_node callBuilder)
Retrieve `Node` details by Id.
-
-