chore: Add missing ".js" extensions to imports and improve Node.js compatibility for dynamic schema loading
This commit is contained in:
parent
1c1aeb4519
commit
98c612fc56
15 changed files with 121 additions and 70 deletions
|
|
@ -16,6 +16,11 @@ interface Host {
|
|||
hostgroups: [HostGroup!]
|
||||
name: String
|
||||
tags: JSONObject
|
||||
"""
|
||||
Specifies the type or category of the device. Used to define the classification
|
||||
of a device in the system (capabilities, functionalities, or purpose).
|
||||
"""
|
||||
deviceType: String
|
||||
}
|
||||
|
||||
type ZabbixItem {
|
||||
|
|
@ -56,6 +61,11 @@ type ZabbixHost implements Host {
|
|||
name: String
|
||||
tags: JSONObject
|
||||
|
||||
"""
|
||||
Specifies the type or category of the device. Used to define the classification
|
||||
of a device in the system (capabilities, functionalities, or purpose).
|
||||
"""
|
||||
deviceType: String
|
||||
|
||||
items: [ZabbixItem!]
|
||||
inventory: Inventory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue