-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
GraphQL: Faker modeΒ #5812
Copy link
Copy link
Closed
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
Metadata
Metadata
Assignees
Labels
type:featureNew feature or improvement of existing featureNew feature or improvement of existing feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
The new GraphQL feature help developers to collaborate due to the self documented API. It's really helpful for other developers (like front-developers) to work with faked data trough GraphQL.
Describe the solution you'd like
I think it would be interesting to integrate a data faker system directly in parse server to ease the local development. We can use a
code firststrategy via: JS Schema Doc.Describe alternatives you've considered
Use an external project like GraphQL Faker but this is a
schema firststrategy and it's not really helpful when working withGraphQL Parse ServerAdditional context
I'm here to discuss about the system. I can begin a PR if we validate the concept ! π