
grapid.version.Version.graphql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grapid-core Show documentation
Show all versions of grapid-core Show documentation
GraphQL server core library
The newest version!
type Change {
description: String!
}
type Version {
version: String!
changes: [Change]!
}
type Query {
versions: [Version]!
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy