GQLEntityContainer.java 145 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 package fi.codecrew.moya.graphql; import graphql.schema.GraphQLObjectType; public interface GQLEntityContainer { GraphQLObjectType build(); }