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

graphql.analysis.QueryVisitorFragmentSpreadEnvironment Maven / Gradle / Ivy

There is a newer version: 230521-nf-execution
Show newest version
package graphql.analysis;

import graphql.PublicApi;
import graphql.language.FragmentDefinition;
import graphql.language.FragmentSpread;

@PublicApi
public interface QueryVisitorFragmentSpreadEnvironment {
    FragmentSpread getFragmentSpread();

    FragmentDefinition getFragmentDefinition();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy