ProductsByIdsQueryResolver.java.txt 347 字节
Newer Older
1 2 3 4 5 6 7 8 9
package com.kobylynskyi.graphql.test1;


@javax.annotation.Generated(
    value = "com.kobylynskyi.graphql.codegen.GraphQLCodegen",
    date = "2020-12-31T23:59:59-0500"
)
public interface ProductsByIdsQueryResolver {

10
    java.util.List<Product> productsByIds(@javax.validation.constraints.NotNull java.util.List<String> ids) throws Exception;
11 12

}