Skip to content

add timestamp to objects and views#10

Open
stanlou wants to merge 1 commit intodevelopfrom
feat/-add-timestamp-to-objects-and-views
Open

add timestamp to objects and views#10
stanlou wants to merge 1 commit intodevelopfrom
feat/-add-timestamp-to-objects-and-views

Conversation

@stanlou
Copy link
Copy Markdown
Collaborator

@stanlou stanlou commented Apr 13, 2026

closes #7

@stanlou stanlou assigned stanlou and unassigned stanlou Apr 13, 2026
@stanlou stanlou requested a review from rpanic April 13, 2026 09:12

const graphqlQuery = `query GetTransactions($take: Int!, $skip: Int!, $where: TransactionWhereInput) {
transactions(take: $take, skip: $skip, where: $where) {
transactions(take: $take, skip: $skip, orderBy: { createdAt: desc }, where: $where) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand - where does this come from? Indexer gql doesn't seem to have this - is there a PR that you forgot to create?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add timestamp to objects and views

2 participants