![JAR search and dependency download from the Maven repository](/logo.png)
graphql.schema.graphqls Maven / Gradle / Ivy
scalar Long
scalar Date
schema {
query: Query
mutation: Mutation
subscription: Subscription
}
type Query {
count(string: String): Long
today: Date
}
type Mutation {
reverse(string: String): String
}
type Subscription {
greetings(name: String): String
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy