Merge pull request #2 from dshulyak/orm
Resolve several problems after conflicts
This commit is contained in:
commit
39462ef2e4
@ -13,8 +13,8 @@ input:
|
||||
schema: str!
|
||||
value:
|
||||
hosts_names:
|
||||
schema: [{value: str!}]
|
||||
schema: [str!]
|
||||
value: []
|
||||
hosts_ips:
|
||||
schema: [{value: str!}]
|
||||
schema: [str!]
|
||||
value: []
|
||||
|
Loading…
x
Reference in New Issue
Block a user