Interface
@JsonClass(generateAdapter = true)
Content copied to clipboard
Constructors
Link copied to clipboard
fun Interface( name: String, description: String?, kind: String, fields: List<IntrospectionSchema.Schema.Field>?, interfaces: List<IntrospectionSchema.Schema.TypeRef>?, possibleTypes: List<IntrospectionSchema.Schema.TypeRef>?)
Content copied to clipboard