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
Insert Objects
Example: Insert a new post object and return the inserted post object in the response: