package graphql.schema; public interface GraphQLType { String getName(); }