Fix Service data type (#29)

Add the `aliases` field to match what actually is returning from the node
This commit is contained in:
Maria Kuklina 2022-10-27 15:30:05 +03:00 committed by GitHub
parent 70c78e4f0d
commit c48bf22d0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ data Service:
id: string
blueprint_id: string
owner_id: string
aliases: []string
data FunctionSignature:
arguments: []Argument