tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
GraphQL
Types
LocalGateway.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Linq;
3
4
using
Tgstation.Server.Host.GraphQL.Interfaces
;
5
6
namespace
Tgstation.Server.Host.GraphQL.Types
7
{
11
public
sealed
class
LocalGateway
:
IGateway
12
{
14
public
GatewayInformation
Information
() =>
new
();
15
17
public
IQueryable<Instance>
Instances
()
18
=>
throw
new
NotImplementedException();
19
}
20
}
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.Types.LocalGateway
IGateway for the SwarmNode this query is executing on.
Definition
LocalGateway.cs:12
Tgstation.Server.Host.GraphQL.Types.LocalGateway.Instances
IQueryable< Instance > Instances()
Queries all Instances in the IGateway.Queryable Instances.
Tgstation.Server.Host.GraphQL.Types.LocalGateway.Information
GatewayInformation Information()
Gets GatewayInformation.The GatewayInformation for the IGateway.
Tgstation.Server.Host.GraphQL.Interfaces.IGateway
Management interface for the parent SwarmNode.
Definition
IGateway.cs:11
Tgstation.Server.Host.GraphQL.Interfaces
Definition
IGateway.cs:6
Tgstation.Server.Host.GraphQL.Types
Definition
Entity.cs:6
Generated by
1.9.8