tgstation-server
6.19.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
HotChocolate.Authorization;
4
5
using
Tgstation.Server.Host.GraphQL.Types
;
6
7
namespace
Tgstation.Server.Host.GraphQL.Interfaces
8
{
12
public
interface
IGateway
13
{
18
GatewayInformation
Information
();
19
24
[Authorize]
25
IQueryable<Instance>
Instances
();
26
}
27
}
IQueryable
Tgstation.Server.Host.GraphQL.Types.GatewayInformation
Represents information about a SwarmNode retrieved via a Interfaces.IGateway.
Definition
GatewayInformation.cs:28
Tgstation.Server.Host.GraphQL.Interfaces.IGateway
Management interface for the parent SwarmNode.
Definition
IGateway.cs:13
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:8
Tgstation.Server.Host.GraphQL.Types
Definition
ChatBot.cs:9
Generated by
1.9.8