Schema
@Serializable
Content copied to clipboard
Constructors
Link copied to clipboard
fun Schema( queryType: IntrospectionSchema.Schema.QueryType, mutationType: IntrospectionSchema.Schema.MutationType?, subscriptionType: IntrospectionSchema.Schema.SubscriptionType?, types: List<IntrospectionSchema.Schema.Type>)
Content copied to clipboard
Link copied to clipboard
fun Schema( queryType: IntrospectionSchema.Schema.QueryType, mutationType: IntrospectionSchema.Schema.MutationType?, subscriptionType: IntrospectionSchema.Schema.SubscriptionType?, types: List<IntrospectionSchema.Schema.Type>, directives: List<IntrospectionSchema.Schema.Directive> = emptyList())
Content copied to clipboard
Types
Link copied to clipboard
@Serializable
Content copied to clipboard
An introspection directive
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable
Content copied to clipboard
An introspection TypeRef