mirror of
https://github.com/stashapp/stash.git
synced 2025-12-06 16:34:02 +01:00
7 lines
89 B
Go
7 lines
89 B
Go
package graphql
|
|
|
|
type Query struct{}
|
|
|
|
type Mutation struct{}
|
|
|
|
type Subscription struct{}
|