mirror of
https://github.com/fluencelabs/aqua-lib
synced 2024-12-04 15:20:23 +00:00
Fix Service data type (#29)
Add the `aliases` field to match what actually is returning from the node
This commit is contained in:
parent
70c78e4f0d
commit
c48bf22d0d
@ -19,6 +19,7 @@ data Service:
|
||||
id: string
|
||||
blueprint_id: string
|
||||
owner_id: string
|
||||
aliases: []string
|
||||
|
||||
data FunctionSignature:
|
||||
arguments: []Argument
|
||||
|
Loading…
Reference in New Issue
Block a user