com.expedia.graphql.annotations.GraphQLDescription.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.annotations
/**
* Set the GraphQL description to be picked up by the schema generator.
*/
annotation class GraphQLDescription(val value: String)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy