INPUT_OBJECT

UpsertPostCitationInput

link GraphQL Schema definition

  • input UpsertPostCitationInput {
  • # The id of the citation. If not provided, a new citation will be created.
  • id: ID
  • # The name of the citation.
  • name: String
  • # The url of the citation.
  • url: String
  • }