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

core.fields.graphql Maven / Gradle / Ivy

query {
    noArgNoSubField
    noArgWithSubField {
        bool
        string
        double
    }
    withArgNoSubField(anInt: 42)
    withArgWithSubField(aString: "world", aDouble: 78.12, aBool: false) {
        bool
        string
        double
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy