Skip to content

Commit

Permalink
Add schema
Browse files Browse the repository at this point in the history
  • Loading branch information
yngvar-antonsson committed May 15, 2024
1 parent beb5ff5 commit 1908a30
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions doc/schema.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# source: http://127.0.0.1:8081/admin/api
# timestamp: Tue May 14 2024 20:35:31 GMT+0300 (Moscow Standard Time)
# timestamp: Wed May 15 2024 19:16:51 GMT+0300 (Moscow Standard Time)

"""Custom scalar specification."""
directive @specifiedBy(
Expand Down Expand Up @@ -725,17 +725,20 @@ type ServerInfo {
}

type ServerInfoCartridge {
"""Current instance state"""
state: String!
"""Error details if instance is in failure state"""
error: Error

"""VShard version"""
vshard_version: String

"""Cartridge version"""
version: String!

"""Error details if instance is in failure state"""
error: Error
"""Current instance state"""
state: String!

"""DDL version"""
ddl_version: String
}

type ServerInfoGeneral {
Expand Down

0 comments on commit 1908a30

Please sign in to comment.