tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
GraphQL
Interfaces
IGateway.cs
Go to the documentation of this file.
1
using
System.Linq;
2
3
using
Tgstation.Server.Host.GraphQL.Types
;
4
5
namespace
Tgstation.Server.Host.GraphQL.Interfaces
6
{
10
public
interface
IGateway
11
{
16
GatewayInformation
Information
();
17
22
IQueryable<Instance>
Instances
();
23
}
24
}
IQueryable
Tgstation.Server.Host.GraphQL.Types.GatewayInformation
Represents information about a SwarmNode retrieved via a Interfaces.IGateway.
Definition
GatewayInformation.cs:25
Tgstation.Server.Host.GraphQL.Interfaces.IGateway
Management interface for the parent SwarmNode.
Definition
IGateway.cs:11
Tgstation.Server.Host.GraphQL.Interfaces.IGateway.Instances
IQueryable< Instance > Instances()
Queries all Instances in the IGateway.
Tgstation.Server.Host.GraphQL.Interfaces.IGateway.Information
GatewayInformation Information()
Gets GatewayInformation.
Tgstation.Server.Host.GraphQL.Interfaces
Definition
IGateway.cs:6
Tgstation.Server.Host.GraphQL.Types
Definition
Entity.cs:6
Generated by
1.9.8