mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
8 lines
89 B
Go
8 lines
89 B
Go
package graphql
|
|
|
|
type Query struct{}
|
|
|
|
type Mutation struct{}
|
|
|
|
type Subscription struct{}
|