OBJECT

PostCitation

link GraphQL Schema definition

  • type PostCitation implements Node {
  • id: ID!
  • # The name of the citation.
  • name: String!
  • # The url of the citation.
  • url: String!
  • # The post that the citation was created on.
  • post: Post
  • }

link Require by