Package ch.brix.gql.client.frontify
Class Query
- java.lang.Object
-
- ch.brix.gql.client.frontify.Query
-
public class Query extends Object
-
-
Constructor Summary
Constructors Constructor Description Query()
-
Method Summary
Modifier and Type Method Description static RootQuery_accountaccount()Retrieve current `Account` details.static RootQuery_assetasset()Retrieve `Asset` details by Id.static RootQuery_assetsassets()Retrieve `Assets` details by Ids.static RootQuery_brandbrand()Retrieve a `Brand` by its Id.static RootQuery_brandsbrands()Retrieve `Brand` list for current `Account`.static RootQuery_currentUsercurrentUser()Get the current `User`.static RootQuery_librarylibrary()Retrieve `Library` details by Id.static RootQuery_nodenode()Retrieve `Node` details by Id.static RootQuery_projectproject()Deprecated.static RootQuery_webhookswebhooks()Retrieve `WebhookItems` related to current `Account`.static RootQuery_workspaceProjectworkspaceProject()Retrieve `WorkspaceProject` details by Id.
-
-
-
Method Detail
-
currentUser
public static RootQuery_currentUser currentUser()
Get the current `User`.
-
brand
public static RootQuery_brand brand()
Retrieve a `Brand` by its Id.
-
account
public static RootQuery_account account()
Retrieve current `Account` details.
-
project
@Deprecated public static RootQuery_project project()
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 static RootQuery_library library()
Retrieve `Library` details by Id.
-
workspaceProject
public static RootQuery_workspaceProject workspaceProject()
Retrieve `WorkspaceProject` details by Id.
-
webhooks
public static RootQuery_webhooks webhooks()
Retrieve `WebhookItems` related to current `Account`.
-
assets
public static RootQuery_assets assets()
Retrieve `Assets` details by Ids.
-
brands
public static RootQuery_brands brands()
Retrieve `Brand` list for current `Account`.
-
asset
public static RootQuery_asset asset()
Retrieve `Asset` details by Id.
-
node
public static RootQuery_node node()
Retrieve `Node` details by Id.
-
-