Schema
fun Schema( queryType: IntrospectionSchema.Schema.QueryType, mutationType: IntrospectionSchema.Schema.MutationType?, subscriptionType: IntrospectionSchema.Schema.SubscriptionType?, types: List<IntrospectionSchema.Schema.Type>)
Content 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