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

grapid.version.Version.graphql Maven / Gradle / Ivy

The newest version!
type Change {
  description: String!
}

type Version {
  version: String!
  changes: [Change]!
}

type Query {
  versions: [Version]!
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy