Query

data class Query(val name: String, val args: List<SchemaArg>, val output: QueryOutput)

Constructors

Link copied to clipboard
constructor(name: String, args: List<SchemaArg>, output: QueryOutput)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard