diff --git a/linera-service-graphql-client/gql/service_schema.graphql b/linera-service-graphql-client/gql/service_schema.graphql index 56e1dd35cf9d..a574bb497217 100644 --- a/linera-service-graphql-client/gql/service_schema.graphql +++ b/linera-service-graphql-client/gql/service_schema.graphql @@ -423,11 +423,6 @@ type ConfirmedBlock { status: String! } -""" -The version of the Linera crates used in this build -""" -scalar CrateVersion - """ A Keccak256 value """ @@ -1185,35 +1180,7 @@ Description of the necessary information to run a user application """ scalar UserApplicationDescription -""" -The version info of a build of Linera. -""" -type VersionInfo { - """ - The crate version - """ - crateVersion: CrateVersion! - """ - The git commit hash - """ - gitCommit: String! - """ - Whether the git checkout was dirty - """ - gitDirty: Boolean! - """ - A hash of the RPC API - """ - rpcHash: String! - """ - A hash of the GraphQL API - """ - graphqlHash: String! - """ - A hash of the WIT API - """ - witHash: String! -} +scalar VersionInfo directive @include(if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT directive @skip(if: Boolean!) on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT