com.expedia.graphql.schema.hooks.NoopSchemaGeneratorHooks.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-kotlin Show documentation
Show all versions of graphql-kotlin Show documentation
Code-only GraphQL schema generation for Kotlin
package com.expedia.graphql.schema.hooks
/**
* Default hooks that do not override or set anything. Only used internally.
* If you don't need hooks, the configuration will default to these.
*/
internal class NoopSchemaGeneratorHooks : SchemaGeneratorHooks
© 2015 - 2025 Weber Informatics LLC | Privacy Policy