Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completedAt not archivedAt #2

Merged
merged 1 commit into from
Nov 15, 2022

Conversation

treeforest456
Copy link

we have createdAt, updatedAt and completedAt for a Submission
but no archivedAt
https://www.useanvil.com/docs/api/graphql/reference/#definition-Submission

@@ -94,7 +94,7 @@
"string"
]
},
"archivedAt": {
"completedAt": {
Copy link

Choose a reason for hiding this comment

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

is there a reason this is a string and not some date type?

Copy link
Author

Choose a reason for hiding this comment

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

yeah previously we have it in a anyOf: [null, datetime type] kinda thing, but that was the reason we didn't have those columns in our dwh
#1

Copy link

@nzewail nzewail left a comment

Choose a reason for hiding this comment

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

Wondering is there a way we can test this? Or not really?

@treeforest456
Copy link
Author

Wondering is there a way we can test this? Or not really?

like test the schema against anvil? not super sure

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.

2 participants