remove layer

This commit is contained in:
Qiuxia Fan 2022-05-10 16:48:53 +08:00
parent 024a0fe44c
commit edbaad3b99

View File

@ -41,7 +41,6 @@ export const Instances = {
label: name label: name
language language
instanceUUID instanceUUID
layer
attributes { attributes {
name name
value value
@ -79,16 +78,15 @@ export const getInstance = {
query: ` query: `
instance: getInstance(instanceId: $instanceId) { instance: getInstance(instanceId: $instanceId) {
id id
value: name value: name
label: name label: name
language language
instanceUUID instanceUUID
layer attributes {
attributes { name
name value
value
}
} }
}
`, `,
}; };