Todo

Represents a single todo item.

Fields

    id
    ID!
    Required
    Unique identifier of the todo.
    title
    String!
    Required
    The main title of the todo.
    description
    String
    An optional detailed description.
    completed
    Boolean!
    Required
    Whether the todo has been completed.
    priority
    Priority!
    Required
    Priority level of the todo (low, medium, high).
    due_date
    String
    Due date for the todo (ISO 8601 format).
    created_at
    String!
    Required
    Timestamp of when the todo was created.
    updated_at
    String
    Timestamp of the last update.
Built with

Show your support! Star us on GitHub ⭐️