Package-level declarations
Types
Link copied to clipboard
Represents a directive for use in a field
Link copied to clipboard
Represents a field to be queried
Link copied to clipboard
Represents a reference to a fragment in a field
Link copied to clipboard
Base Class for Introspection related components
Link copied to clipboard
interface QueryComponent
Base class of all components of a GraphQl query
Link copied to clipboard
Represents a component in a query that has children
Link copied to clipboard
Represents a __schema from the GraphQL introspection API. Allows getting information on the schema.
Link copied to clipboard
data class TypeIntrospection(val type: String, val parent: QueryElement?) : QueryElement, Introspection
Represents a __type from the GraphQL introspection API.
Link copied to clipboard
Represents a __typename from the GraphQL introspection API
Link copied to clipboard
Represents a variable declaration in a query.