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
constructor(vararg types: String)
constructor(possibleTypes: Set<String>)

Properties

Link copied to clipboard