Objects
/
AppType

AppType

Fields

  • id
    ID!
    Required
  • created_at
    Date
  • updated_at
    Date
  • name
    String
    the app name
  • api_app_id
    ID
    the api app id
  • client_id
    String
    the api app id
  • kind
    String
    the app kid
  • state
    String
    the app state
  • user_id
    ID
    the app user id
  • features
    [AppFeatureType!]
    Required
    The apps' features
    • limit
      Int
      Defaults: 25
      Number of items to get, the default is 25.
    • page
      Int
      Defaults: 1
      Page number to get, starting at 1.
AppFeatureTypeAccount
Built with