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

core.inlinefragments.graphql Maven / Gradle / Ivy

The newest version!
query {
    regularField
    ... on Type1 {
        type1Field1
        type1Field2
    }
    ... on Type2 {
        type2Field
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy