Directive
@Serializable
Content copied to clipboard
An introspection directive
Constructors
Link copied to clipboard
fun Directive( name: String, description: String?, locations: List<IntrospectionSchema.Schema.Directive.DirectiveLocation> = emptyList(), args: List<IntrospectionSchema.Schema.Directive.Argument>, isRepeatable: Boolean = false)
Content copied to clipboard
Types
Link copied to clipboard
enum DirectiveLocation : Enum<IntrospectionSchema.Schema.Directive.DirectiveLocation>
Content copied to clipboard
Properties
Link copied to clipboard
val locations: List<IntrospectionSchema.Schema.Directive.DirectiveLocation>
Content copied to clipboard