Skip to content

Commit

Permalink
xxx graphql schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Twey committed Feb 21, 2025
1 parent 9a07a65 commit 10e917c
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions linera-service-graphql-client/gql/service_schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -423,11 +423,6 @@ type ConfirmedBlock {
status: String!
}

"""
The version of the Linera crates used in this build
"""
scalar CrateVersion

"""
A Keccak256 value
"""
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 10e917c

Please sign in to comment.