-- Do not manually edit this file, it was auto-generated by dillonkearns/elm-graphql -- https://github.com/dillonkearns/elm-graphql module Normalize.Object exposing (Cat(..), Dog(..), Droid(..), Human_(..), ListId(..), MaybeId(..)) type Cat = Cat type Dog = Dog type Droid = Droid type Human_ = Human_ type ListId = ListId type MaybeId = MaybeId