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

io.github.yearnlune.search.interface.AggregationScalar.kt Maven / Gradle / Ivy

package io.github.yearnlune.search.`interface`

import graphql.schema.GraphQLScalarType

object AggregationScalar {

    val INSTANCE: GraphQLScalarType = GraphQLScalarType.newScalar()
        .name("Aggregation")
        .description("Aggregation Operation")
        .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy