OBJECT

App

link GraphQL Schema definition

  • type App {
  • # Arguments
  • # user_id: [Not documented]
  • user(user_id: ID): User
  • # Arguments
  • # customer_id: [Not documented]
  • company(customer_id: ID): Company
  • company_ref_id: ID
  • # Arguments
  • # filter: [Not documented]
  • # order: [Not documented]
  • # page: [Not documented]
  • # count: [Not documented]
  • configurations(filter: Json, order: Json, page: Int, count: Int): AppConfigurationPaginator
  • # Arguments
  • # config_id: [Not documented]
  • configuration(config_id: ID): AppConfiguration
  • # Arguments
  • # id: [Not documented]
  • locale(id: ID): AppLocale
  • # Arguments
  • # filter: [Not documented]
  • # order: [Not documented]
  • # page: [Not documented]
  • # count: [Not documented]
  • locales(filter: Json, order: Json, page: Int, count: Int): AppLocalePaginator
  • # Arguments
  • # include_deleted: [Not documented]
  • translation_strings(include_deleted: Boolean): [String]
  • # Arguments
  • # include_deleted: [Not documented]
  • configuration_template(include_deleted: Boolean): [AppConfigTemplateGroup]
  • production_layout_id: ID
  • layout_id: Int
  • ref: String
  • user_id: Int
  • description: String
  • js_cache_hash: String
  • css_cache_hash: String
  • load_count: Int
  • is_public: Boolean
  • last_modified: String
  • is_distributed_only: Boolean
  • }