Class Query


  • public class Query
    extends Object
    • Constructor Detail

      • Query

        public Query()
    • Method Detail

      • 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.
      • 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.