tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host
GraphQL
Scalars
FileUploadTicketType.cs
Go to the documentation of this file.
1
namespace
Tgstation.Server.Host.GraphQL.Scalars
2
{
6
public
sealed
class
FileUploadTicketType
:
StringScalarType
7
{
11
public
FileUploadTicketType
()
12
: base(
"FileUploadTicket"
)
13
{
14
Description =
"Represents a ticket that can be used with the file transfer service to upload a file"
;
15
}
16
}
17
}
Tgstation.Server.Host.GraphQL.Scalars.FileUploadTicketType
A StringScalarType for upload Api.Models.Response.FileTicketResponses.
Definition
FileUploadTicketType.cs:7
Tgstation.Server.Host.GraphQL.Scalars.FileUploadTicketType.FileUploadTicketType
FileUploadTicketType()
Initializes a new instance of the FileUploadTicketType class.
Definition
FileUploadTicketType.cs:11
Tgstation.Server.Host.GraphQL.Scalars.StringScalarType
A ScalarType<TRuntimeType, TLiteral> for specialized string types.
Definition
StringScalarType.cs:12
Tgstation.Server.Host.GraphQL.Scalars
Definition
FileUploadTicketType.cs:2
Generated by
1.9.8