Skip to content

apollo-smith: support self referential object type generation #180

Open
@lrlna

Description

@lrlna

Description

apollo-smith does not currently self-referential object type usage, such as,

type Person {
  name: String
  age: Int
  picture: Url
  relationship: Person
}

This should be added to the generator.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions