mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 23:30:05 +02:00
feat(cp-gql-schema): add primaryIp to Instance
This commit is contained in:
parent
a5a87a686e
commit
f67da0aeef
@ -190,6 +190,7 @@ type Instance {
|
|||||||
id: ID!
|
id: ID!
|
||||||
name: String!
|
name: String!
|
||||||
machineId: ID!
|
machineId: ID!
|
||||||
|
primaryIp: String
|
||||||
status: InstanceStatus
|
status: InstanceStatus
|
||||||
healthy: HealthyStatus
|
healthy: HealthyStatus
|
||||||
watches: [String]
|
watches: [String]
|
||||||
|
Loading…
Reference in New Issue
Block a user