GQLEntityContainer.java 145 Bytes
package fi.codecrew.moya.graphql;

import graphql.schema.GraphQLObjectType;

public interface GQLEntityContainer {
	GraphQLObjectType build();
}