Interface GraphQLInputEncounter


public interface GraphQLInputEncounter
  • Method Summary

    Modifier and Type Method Description
    GraphQLResolverContext getContext()
    Get the context for this encounter.
    se.l4.commons.types.reflect.TypeRef getType()
    Get the type being resolved.
  • Method Details

    • getContext

      Get the context for this encounter. Can be used to resolve names and other types.
      Returns:
    • getType

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