commit | dc0a4727f60ada42f41639daa03f53bf8d88d009 | [log] [tgz] |
---|---|---|
author | mrproliu <741550557@qq.com> | Mon Jul 10 12:54:44 2023 +0000 |
committer | GitHub <noreply@github.com> | Mon Jul 10 20:54:44 2023 +0800 |
tree | 7fc622cf3d3bce4bc57d2c9ed317cb0be55e4f6c | |
parent | f24c25b4e4002c958096d9b0bba020302fc42a6e [diff] |
Update UI item link field name (#125)
diff --git a/ui-configuration.graphqls b/ui-configuration.graphqls index b0ac8d4..accc20a 100644 --- a/ui-configuration.graphqls +++ b/ui-configuration.graphqls
@@ -37,8 +37,8 @@ subItems: [MenuItem!]! # Description of the item description: String - # Link address of the item - link: String + # The document link for the latest version of this feature. + documentLink: String } extend type Query {