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

core.fragments.graphql Maven / Gradle / Ivy

query {
    people {
        ...sensitiveFields
    }
}

fragment sensitiveFields on Person {
    age
    religion
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy