victorteokw / graphql-joker

GraphQL Joker is the ultimate GraphQL scaffolding tool.
GNU General Public License v3.0
74 stars 9 forks source link

support string enum type #7

Closed victorteokw closed 6 years ago

victorteokw commented 6 years ago

syntax: amur resource User gender:Enum{male,female}

victorteokw commented 6 years ago

6114145 implements mongoose schema body for enum type