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

com.auritylab.graphql.kotlin.toolkit.spring.api.GraphQLSchemaSupplier.kt Maven / Gradle / Ivy

package com.auritylab.graphql.kotlin.toolkit.spring.api

/**
 * Describes a supplier for multiple GraphQL Schema sources.
 */
interface GraphQLSchemaSupplier {
    /**
     * The GraphQL schemas as sources.
     */
    val schemas: Collection
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy