mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-11-16 03:32:20 +08:00
9 lines
135 B
C#
9 lines
135 B
C#
using GraphQL.Types;
|
|
|
|
namespace BililiveRecorder.Web.Graphql
|
|
{
|
|
internal class RecorderSubscription : ObjectGraphType
|
|
{
|
|
}
|
|
}
|