Update schema
This commit is contained in:
parent
12659ef660
commit
0e88e0196d
1 changed files with 3 additions and 1 deletions
|
@ -960,7 +960,7 @@ type CollectionUpdatePrivateMeta {
|
||||||
|
|
||||||
type ConfigurationItem {
|
type ConfigurationItem {
|
||||||
name: String!
|
name: String!
|
||||||
value: String!
|
value: String
|
||||||
type: ConfigurationTypeFieldEnum
|
type: ConfigurationTypeFieldEnum
|
||||||
helpText: String
|
helpText: String
|
||||||
label: String
|
label: String
|
||||||
|
@ -974,6 +974,8 @@ input ConfigurationItemInput {
|
||||||
enum ConfigurationTypeFieldEnum {
|
enum ConfigurationTypeFieldEnum {
|
||||||
STRING
|
STRING
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
SECRET
|
||||||
|
PASSWORD
|
||||||
}
|
}
|
||||||
|
|
||||||
enum CountryCode {
|
enum CountryCode {
|
||||||
|
|
Loading…
Reference in a new issue