graphqexl v0.1.0-alpha-rc.25 Graphqexl.Utils.FakeData
Contains some basic fake post, comment and user data to use in development/testing.
Link to this section Summary
Functions
Get a single comment by ID
Get all comments
Get a single post by ID
Get all posts
Get a single user by ID
Get all comments for a single user by ID
Get all posts for a single user by ID
Get all users
Link to this section Functions
Get a single comment by ID
Returns: Map.t/0
Get all comments
Returns: [t:Map.t/0]
Get a single post by ID
Returns: Map.t/0
Get all posts
Returns: [t:Map.t/0]
Get a single user by ID
Returns: Map.t/0
Get all comments for a single user by ID
Returns: [t:Map.t/0]
Get all posts for a single user by ID
Returns: [t:Map.t/0]
Get all users
Returns: [t:Map.t/0]