INPUT_OBJECT
CreatePostCitationInput is used for create PostCitation object. Input was generated by ent.
input CreatePostCitationInput {# The name of the citation.name: String!# The url of the citation.url: String!postID: ID}