Package 

Annotation TagDirective

  • All Implemented Interfaces:

    
    public @interface TagDirective
    
                        
    directive @tag(name: String!) repeatable on FIELD_DEFINITION
        | OBJECT
        | INTERFACE
        | UNION
        | ARGUMENT_DEFINITION
        | SCALAR
        | ENUM
        | ENUM_VALUE
        | INPUT_OBJECT
        | INPUT_FIELD_DEFINITION

    Tag directive allows users to annotate fields and types with additional metadata information.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail