Interface GraphQLNamingFunction

All Known Implementing Classes:
DefaultGraphQLNamingFunction

public interface GraphQLNamingFunction
Function that can be used to name a type.
  • Method Summary

    Modifier and Type Method Description
    String compute​(GraphQLNamingEncounter encounter)
    Computer the name for the given encounter.
  • Method Details

    • compute

      String compute​(GraphQLNamingEncounter encounter)
      Computer the name for the given encounter.
      Parameters:
      encounter - encounter with context and type information
      Returns:
      computer name