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