Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
graphql Language.GraphQL.AST.Document Single value in an enum definition.
enum Direction { NORTH EAST SOUTH WEST }
"NORTH, EAST, SOUTH, and WEST are value definitions of an enum type definition Direction. EnumValueDefinition :: Description -> Name -> [Directive] -> EnumValueDefinitiongraphql Language.GraphQL.AST.Document No documentation available.
-
graphql Language.GraphQL.Type Enum type definition. Some leaf values of requests and input values are Enums. GraphQL serializes Enum values as strings, however internally Enums can be represented by any kind of type, often integers.
EnumType :: Name -> Maybe Text -> HashMap Name EnumValue -> EnumTypegraphql Language.GraphQL.Type No documentation available.
-
graphql Language.GraphQL.Type Enum value is a single member of an EnumType.
EnumValue :: Maybe Text -> EnumValuegraphql Language.GraphQL.Type No documentation available.
pattern
EnumBaseType :: EnumType -> Typegraphql Language.GraphQL.Type.In Matches either NamedEnumType or NonNullEnumType.
pattern
EnumBaseType :: EnumType -> Type mgraphql Language.GraphQL.Type.Out Matches either NamedEnumType or NonNullEnumType.
EnumType :: EnumType -> Type (m :: Type -> Type)graphql Language.GraphQL.Type.Schema No documentation available.
module Graphics.UI.Gtk.General.
Enums General enumeration types.