Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. Enum :: Name -> Output a

    graphql Language.GraphQL.Execute.Coerce

    No documentation available.

  2. Enum :: Name -> Value

    graphql Language.GraphQL.Type

    No documentation available.

  3. data EnumType

    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.

  4. EnumType :: Name -> Maybe Text -> HashMap Name EnumValue -> EnumType

    graphql Language.GraphQL.Type

    No documentation available.

  5. newtype EnumValue

    graphql Language.GraphQL.Type

    Enum value is a single member of an EnumType.

  6. EnumValue :: Maybe Text -> EnumValue

    graphql Language.GraphQL.Type

    No documentation available.

  7. pattern EnumBaseType :: EnumType -> Type

    graphql Language.GraphQL.Type.In

    Matches either NamedEnumType or NonNullEnumType.

  8. NamedEnumType :: EnumType -> Type

    graphql Language.GraphQL.Type.In

    No documentation available.

  9. NonNullEnumType :: EnumType -> Type

    graphql Language.GraphQL.Type.In

    No documentation available.

  10. pattern EnumBaseType :: EnumType -> Type m

    graphql Language.GraphQL.Type.Out

    Matches either NamedEnumType or NonNullEnumType.

Page 403 of many | Previous | Next