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

com.auritylab.graphql.kotlin.toolkit.spring.schema.SchemaAugmentation.kt Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
package com.auritylab.graphql.kotlin.toolkit.spring.schema

import graphql.schema.GraphQLSchema

interface SchemaAugmentation {
    fun augmentSchema(existingSchema: GraphQLSchema, transform: GraphQLSchema.Builder)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy