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