INPUT_OBJECT

UpdatePostCitationInput

UpdatePostCitationInput is used for update PostCitation object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdatePostCitationInput {
  • # The name of the citation.
  • name: String
  • # The url of the citation.
  • url: String
  • postID: ID
  • clearPost: Boolean
  • }

link Require by

This element is not required by anyone