inputs argument passed to createPosts mutation is required and you can pass 1 or more objects.
PostsPayload is the response object returned from the mutation, returning the amounts of rows_affected i.e. the amount of objects inserted and access to all our posts info
Update Objects
Example: update posts and return the updated posts object in the response: