OBJECT
App
link GraphQL Schema definition
- type App {
- # Arguments
- # user_id: [Not documented]
- (: ID): User
- # Arguments
- # customer_id: [Not documented]
- (: ID): Company
- : ID
- # Arguments
- # filter: [Not documented]
- # order: [Not documented]
- # page: [Not documented]
- # count: [Not documented]
- (: Json, : Json, : Int, : Int): AppConfigurationPaginator
- # Arguments
- # config_id: [Not documented]
- (: ID): AppConfiguration
- # Arguments
- # id: [Not documented]
- (: ID): AppLocale
- # Arguments
- # filter: [Not documented]
- # order: [Not documented]
- # page: [Not documented]
- # count: [Not documented]
- (: Json, : Json, : Int, : Int): AppLocalePaginator
- # Arguments
- # include_deleted: [Not documented]
- (: Boolean): [String]
- # Arguments
- # include_deleted: [Not documented]
- (: Boolean): [AppConfigTemplateGroup]
- : ID
- : Int
- : String
- : Int
- : String
- : String
- : String
- : Int
- : Boolean
- : String
- : Boolean
- }