-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Hi, I've been tying to get my mockend server to support enums that I need for my project. As I believe that mockend does not support enums, I tried creating enums using constants but it is giving me "failed to create schema" error. The following is a snip from my .mockend.json:
{ ... "UserTypes": { "FILTER": "FILTER", "PROGRAMMER": "PROGRAMMER", "TESTER": "TESTER" }, "User": { "name": "string", "ofType": "UserTypes", "tickets": "Ticket" }, ... }
But as suspected, it does not work. Is there any way to add support for enums and/or for constants?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels