-- Do not manually edit this file, it was auto-generated by dillonkearns/elm-graphql -- https://github.com/dillonkearns/elm-graphql module Github.Interface exposing (Actor(..), Assignable(..), Closable(..), Comment(..), Deletable(..), GitObject(..), GitSignature(..), Labelable(..), Lockable(..), Node(..), ProjectOwner(..), Reactable(..), RepositoryInfo(..), RepositoryNode(..), RepositoryOwner(..), Starrable(..), Subscribable(..), UniformResourceLocatable(..), Updatable(..), UpdatableComment(..)) type Actor = Actor type Assignable = Assignable type Closable = Closable type Comment = Comment type Deletable = Deletable type GitObject = GitObject type GitSignature = GitSignature type Labelable = Labelable type Lockable = Lockable type Node = Node type ProjectOwner = ProjectOwner type Reactable = Reactable type RepositoryInfo = RepositoryInfo type RepositoryNode = RepositoryNode type RepositoryOwner = RepositoryOwner type Starrable = Starrable type Subscribable = Subscribable type UniformResourceLocatable = UniformResourceLocatable type Updatable = Updatable type UpdatableComment = UpdatableComment