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