-- Do not manually edit this file, it was auto-generated by dillonkearns/elm-graphql -- https://github.com/dillonkearns/elm-graphql module Github.Scalar exposing (Date(..), DateTime(..), GitObjectID(..), GitSSHRemote(..), GitTimestamp(..), Html(..), Id(..), Uri(..), X509Certificate(..)) type Date = Date String type DateTime = DateTime String type GitObjectID = GitObjectID String type GitSSHRemote = GitSSHRemote String type GitTimestamp = GitTimestamp String type Html = Html String type Id = Id String type Uri = Uri String type X509Certificate = X509Certificate String