aboutsummaryrefslogblamecommitdiffstats
path: root/graphql/config/config.go
blob: 2e5f11b37e0b2247f27812ffafe5ffd6ee99af1d (plain) (tree)
1
2
3
4
5
6
7






                                                           
// Package config contains configuration for GraphQL stuff.
package config

// Config holds configuration elements.
type Config struct {
	ReadOnly bool
}