tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
GraphQL
Query.cs
Go to the documentation of this file.
1
#pragma warning disable CA1724
// Dumb conflict with Microsoft.EntityFrameworkCore.Query
2
3
using
HotChocolate;
4
5
namespace
Tgstation.Server.Host.GraphQL
6
{
10
[GraphQLDescription(
"Root Query type"
)]
11
public
sealed
class
Query
12
{
17
public
Types.ServerSwarm
Swarm
() =>
new
();
18
}
19
}
Tgstation.Server.Host.GraphQL.Query
GraphQL query global::System.Type.
Definition
Query.cs:12
Tgstation.Server.Host.GraphQL.Query.Swarm
Types.ServerSwarm Swarm()
Gets the Types.ServerSwarm.
Tgstation.Server.Host.GraphQL.Types.ServerSwarm
Represents a tgstation-server swarm.
Definition
ServerSwarm.cs:21
Tgstation.Server.Host.GraphQL
Definition
ErrorMessageException.cs:9
Generated by
1.9.8