INPUT_OBJECT

CreatePostCitationInput

CreatePostCitationInput is used for create PostCitation object. Input was generated by ent.

link GraphQL Schema definition

  • input CreatePostCitationInput {
  • # The name of the citation.
  • name: String!
  • # The url of the citation.
  • url: String!
  • postID: ID
  • }