diff --git a/doc/schema.graphql b/doc/schema.graphql index 6af3e1e6b..a950b7c77 100644 --- a/doc/schema.graphql +++ b/doc/schema.graphql @@ -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( @@ -725,8 +725,8 @@ type ServerInfo { } type ServerInfoCartridge { - """Current instance state""" - state: String! + """Error details if instance is in failure state""" + error: Error """VShard version""" vshard_version: String @@ -734,8 +734,11 @@ type ServerInfoCartridge { """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 {