Interface GraphQLNamingEncounter


public interface GraphQLNamingEncounter
Encounter used when naming types.
  • Method Summary

    Modifier and Type Method Description
    GraphQLResolverContext getContext()
    Get the current context.
    se.l4.commons.types.reflect.TypeRef getType()
    Get the type being named.
    boolean isInput()
    Get if this is an input type being named.
    boolean isOutput()
    Get if this is an output type being named.
  • Method Details

    • getContext

      Get the current context.
      Returns:
    • isOutput

      boolean isOutput()
      Get if this is an output type being named.
      Returns:
    • isInput

      boolean isInput()
      Get if this is an input type being named.
      Returns:
    • getType

      se.l4.commons.types.reflect.TypeRef getType()
      Get the type being named.
      Returns: