BPossibleTypes

data class BPossibleTypes(val possibleTypes: Set<String>) : BTerm

A term that comes from a fragment type condition and that needs to be matched against __typename

Constructors

Link copied to clipboard
fun BPossibleTypes(vararg types: String)
Link copied to clipboard
fun BPossibleTypes(possibleTypes: Set<String>)

Properties

Link copied to clipboard
val possibleTypes: Set<String>