Interface GraphQLEntrypoint
- All Known Implementing Classes:
 GraphQLEntrypointImpl
public interface GraphQLEntrypoint
Used to represent and contain information about a specific field
 in the GraphQL "query" type
- 
Method Summary
 
- 
Method Details
- 
getFieldName
String getFieldName()- Returns:
 - the query field name
 
 - 
getArgumentDefinitions
 - 
getTypeName
String getTypeName()- Returns:
 - the name of the GraphQL object type that the entrypoint field fetches.
 
 - 
getEntrypointAlias
- Returns:
 - an aliased version of the entrypoint where @param counter is used to make the entrypoint alias unique.
 
 
 -