refactor: move request body to a Payload.hs module

This commit is contained in:
Taimoor Zaeem
2025-07-26 08:50:56 +02:00
committed by Steve Chavez
parent aa58e37f03
commit 96571aa0f4
7 changed files with 213 additions and 174 deletions
+1
View File
@@ -85,6 +85,7 @@ library
PostgREST.ApiRequest
PostgREST.ApiRequest.Preferences
PostgREST.ApiRequest.QueryParams
PostgREST.ApiRequest.Payload
PostgREST.ApiRequest.Types
PostgREST.Response
PostgREST.Response.OpenAPI