getReminder()

in src/graphql/queries.ts [5:24]


  getReminder(id: $id) {
    id
    user
    customer
    start
    month
    week
    year
    additionalAttribute
    type
    tasks {
      items {
        id
        title
        description
        status
      }
      nextToken
    }
  }