package com.kobylynskyi.graphql.test1; @javax.annotation.Generated( value = "com.kobylynskyi.graphql.codegen.GraphQLCodegen", date = "2020-12-31T23:59:59-0500" ) public interface ProductsByIdsQueryResolver { java.util.List productsByIds(@javax.validation.constraints.NotNull java.util.List ids) throws Exception; }