All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.yearnlune.search.graphql.SearchInput.kt Maven / Gradle / Ivy

package io.github.yearnlune.search.graphql

class SearchInput(
    val by: String,
    val type: PropertyType,
    val operator: SearchOperatorType,
    val value: List,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy