Type Introspection
data class TypeIntrospection(val type: String, val parent: QueryElement?) : QueryElement, Introspection
Represents a __type from the GraphQL introspection API.
See also
Properties
Functions
Link copied to clipboard
Gets the name of the current type of the current QueryElement. Equivalent to __typename.