| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hasura.RQL.Types.NamingCase
Synopsis
Documentation
data NamingCase Source #
Represents the different possible type cases for fields and types, i.e.
HasuraCase and GraphqlCase (CamelCase fields and PascalCase types).
Constructors
| HasuraCase | |
| GraphqlCase |