net.morimekta.providence.graphql.directives.IncludeArguments_OrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of providence-graphql Show documentation
Show all versions of providence-graphql Show documentation
Providence Core extension for GraphQL.
package net.morimekta.providence.graphql.directives;
@javax.annotation.Generated(
value = "net.morimekta.providence:providence-generator-java",
comments = "java")
@SuppressWarnings("unused")
public interface IncludeArguments_OrBuilder extends net.morimekta.providence.PMessageOrBuilder {
/**
* @return The if value.
*/
boolean isIf();
/**
* @return If if is present.
*/
boolean hasIf();
}