Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-7860

Make owner a relationship on Comment

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None

      Comment is using an ower to the store the name of the comment owner. We should update the data-sync-server memeolist schema to make it a real GraphQL relationship.

      From:

      type Comment {
          id: ID! @isUnique
          comment: String!
          owner: String!
      }
      

      To:

      type Comment {
          id: ID! @isUnique
          comment: String!
          owner: Profile!
      }
      

            danielpassos Daniel Passos (Inactive)
            danielpassos Daniel Passos (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: