tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
GraphQL
Interfaces
IUserName.cs
Go to the documentation of this file.
1
using
HotChocolate.Types.Relay;
2
3
namespace
Tgstation.Server.Host.GraphQL.Interfaces
4
{
8
public
interface
IUserName
9
{
13
[ID]
14
public
long
Id
{
get
; }
15
19
public
string
Name
{
get
; }
20
}
21
}
Tgstation.Server.Host.GraphQL.Interfaces.IUserName
A lightly scoped Types.User.
Definition
IUserName.cs:9
Tgstation.Server.Host.GraphQL.Interfaces.IUserName.Name
string Name
The name of the user.
Definition
IUserName.cs:19
Tgstation.Server.Host.GraphQL.Interfaces.IUserName.Id
long Id
The ID of the user.
Definition
IUserName.cs:14
Tgstation.Server.Host.GraphQL.Interfaces
Definition
IGateway.cs:6
Generated by
1.9.8