OBJECT
ApplicationConfigDefinitionList
link GraphQL Schema definition
1 type ApplicationConfigDefinitionList { 2 3 ApplicationConfigDefinition]! : [ 4 5 Int! : 6 7 Int! : 8 9 Int : 10 11 }
link Required by
- ApplicationAn application is a set of Veritone functionality that customers can sign up for.
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.