package com.kobylynskyi.graphql.test1; /** * Single event by ID. */ @javax.annotation.Generated( value = "com.kobylynskyi.graphql.codegen.GraphQLCodegen", date = "2020-12-31T23:59:59-0500" ) public interface EventByIdQueryResolver { /** * Single event by ID. */ @javax.validation.constraints.NotNull Event eventById(String id) throws Exception; }