OperationInfo
class OperationInfo(val rootSelections: List<GQLSelection>, val typename: String, val fragments: Map<String, GQLFragmentDefinition>, val schema: Schema, val executionContext: ExecutionContext)
Constructors
Link copied to clipboard
constructor(rootSelections: List<GQLSelection>, typename: String, fragments: Map<String, GQLFragmentDefinition>, schema: Schema, executionContext: ExecutionContext)