All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kobylynskyi.graphql.codegen.model.ApiInterfaceStrategy Maven / Gradle / Ivy

The newest version!
package com.kobylynskyi.graphql.codegen.model;

public enum ApiInterfaceStrategy {

    /**
     * Generate separate interface classes for each GraphQL operation.
     */
    INTERFACE_PER_OPERATION,

    /**
     * Do not generate separate interfaces classes for GraphQL operation.
     */
    DO_NOT_GENERATE

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy