INPUT_OBJECT

DeletePostInput

Input type related to deletePost mutation. DEPRECATED: use DeletePublicationInput instead. This input will be removed after May 21, 2023.

link GraphQL Schema definition

  • input DeletePostInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: ID
  • # The project ID where the post to delete is.
  • projectId: ID!
  • # The identifier corresponding to the post to delete.
  • postId: ID!
  • }