EndpointResource
No description
type EndpointResource implements Resource {
id: ID!
externalId: String!
externalType: String
externalLink: URL
displayName: String!
status: String
endpoints: [String!]
}
No description
type EndpointResource implements Resource {
id: ID!
externalId: String!
externalType: String
externalLink: URL
displayName: String!
status: String
endpoints: [String!]
}
EndpointResource.id
● ID!
non-null scalarEndpointResource.externalId
● String!
non-null scalarEndpointResource.externalType
● String
scalarEndpointResource.externalLink
● URL
scalarEndpointResource.displayName
● String!
non-null scalarEndpointResource.status
● String
scalarEndpointResource.endpoints
● [String!]
list scalarResource
interface