GraphQL Changelog – Week 20/10 to 24/10
about 8 hours ago by ReadMe API
This week's API updates deliver a complete pipe reporting feature set that includes three new mutations (createPipeReport, updatePipeReport, deletePipeReport) and enhanced data retrieval capabilities through three new queries (pipeReports, pipeReportColumns, pipeReportFilterableFields) with its GraphQL types, inputs and payloads.
New:
Mutations
createPipeReport: A mutation to create new pipe reports.deletePipeReport: A mutation to delete existing pipe reports.updatePipeReport: A mutation to update existing pipe reports.
Queries
pipeReportColumns: A query to retrieve pipe report columns.pipeReportFilterableFields: A query to identify which fields are filterable in pipe reports.pipeReports: A query to fetch a list of pipe reports.
Types
CreatePipeReportInput: Input type for creating pipe reports.CreatePipeReportPayload: Payload type returned when a pipe report is created.DeletePipeReportInput: Input type for deleting pipe reports.DeletePipeReportPayload: Payload type returned when a pipe report is deleted.PipeReportConnection: Describes the connection for pipe reports.PipeReportEdge: Represents an edge in a connection of pipe reports.PipeReportFieldOptionsGQL: Offers field options for pipe reports.PipeReportFilterableFields: Contains filterable fields for pipe reports.PipeReportFilterableGQLType: Defines filterable GraphQL types for pipe reports.PipeReportFilterablePhasesGQL: Specifies filterable phases for pipe reports.PipeReportSortField: Describes fields available for sorting pipe reports.PipeReportsOrder: Defines the order of pipe reports.Sort: Specifies sorting options.UpdatePipeReportInput: Input type for updating pipe reports.UpdatePipeReportPayload: Payload type returned when a pipe report is updated.
This release enables advanced filtering by phases and field types, flexible sorting and pagination, and comprehensive report management—giving you everything needed to build powerful, customizable reporting interfaces with complete programmatic control over your pipe data analytics.
Enjoy the new features!
