OBJECT

SmartPhrase

A smart phrase object

link GraphQL Schema definition

  • type SmartPhrase {
  • # The time when the smart phrase was created
  • created_at: String!
  • # Pagination cursor
  • cursor: Cursor!
  • # The unique identifier of the smatr phrase
  • id: ID!
  • # The name of the smart phrase
  • name: String
  • # The content of the smart phrase
  • phrase: String
  • # The smart phrase owner
  • user: User
  • }