From 10e917c25909099d47beaf975d1634788a9e8561 Mon Sep 17 00:00:00 2001 From: James Kay Date: Fri, 21 Feb 2025 17:41:52 +0000 Subject: [PATCH] xxx graphql schema --- .../gql/service_schema.graphql | 35 +------------------ 1 file changed, 1 insertion(+), 34 deletions(-) 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