type
ResourceOptions
type ResourceOptions struct {
SingularName string
PluralName string
DisableQueries bool
DisableMutations bool
}GraphQL naming and surface controls for one collection or global.
Source plugins/graphql/graphql.go:42
SingularNamestring- The SingularName value.
PluralNamestring- The PluralName value.
DisableQueriesbool- The DisableQueries value.
DisableMutationsbool- The DisableMutations value.