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

sangria.macros.derive.annotations.scala Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package sangria.macros.derive

import language.existentials

import sangria.execution.FieldTag

import scala.annotation.StaticAnnotation

class GraphQLName(name: String) extends StaticAnnotation
class GraphQLDescription(description: String) extends StaticAnnotation
class GraphQLDeprecated(deprecationReason: String) extends StaticAnnotation
class GraphQLFieldTags(fieldTags: FieldTag*) extends StaticAnnotation
class GraphQLExclude extends StaticAnnotation
class GraphQLField extends StaticAnnotation
class GraphQLDefault(defaultValue: T forSome {type T}) extends StaticAnnotation




© 2015 - 2025 Weber Informatics LLC | Privacy Policy