tgstation-server
6.16.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Host.Utils.GitLab.GraphQL
IGraphQLGitLabClient.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Tgstation.Server.Host.Utils.GitLab.GraphQL
4
{
8
public
interface
IGraphQLGitLabClient
:
IAsyncDisposable
9
{
13
IGraphQLClient
GraphQL
{
get
; }
14
}
15
}
IAsyncDisposable
Tgstation.Server.Host.Utils.GitLab.GraphQL.IGraphQLGitLabClient
Wrapper for using a GitLab IGraphQLClient.
Definition
IGraphQLGitLabClient.cs:9
Tgstation.Server.Host.Utils.GitLab.GraphQL.IGraphQLGitLabClient.GraphQL
IGraphQLClient GraphQL
Gets the underlying IGraphQLClient.
Definition
IGraphQLGitLabClient.cs:13
Tgstation.Server.Host.Utils.GitLab.GraphQL
Definition
GraphQLGitLabClient.cs:7
Generated by
1.9.8