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

Add enums #1022

Merged
merged 6 commits into from
Dec 17, 2024
Merged

Add enums #1022

merged 6 commits into from
Dec 17, 2024

Conversation

juangm
Copy link
Collaborator

@juangm juangm commented Dec 13, 2024

No description provided.

@juangm juangm requested a review from cesarenaldi December 13, 2024 10:54
@juangm juangm self-assigned this Dec 13, 2024
Copy link

changeset-bot bot commented Dec 13, 2024

⚠️ No Changeset found

Latest commit: 62ca20d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

vercel bot commented Dec 13, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Updated (UTC)
lens-sdk-example-web-wagmi ⬜️ Ignored (Inspect) Dec 16, 2024 2:17pm

Copy link

height bot commented Dec 13, 2024

This pull request has been linked to 1 task:

💡Tip: Add "Close T-23309" to the pull request title or description, to a commit message, or in a comment to mark this task as "Done" when the pull request is merged.

SimpleCollectAction = 'SIMPLE_COLLECT_ACTION',
UnknownAction = 'UNKNOWN_ACTION',
Like = 'LIKE',
Share = 'SHARE',
Copy link
Member

Choose a reason for hiding this comment

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

Are you sure about this?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It seems it didn't create properly the enums. I did it again and I double check it that it was done properly

packages/graphql/src/enums.ts Show resolved Hide resolved
packages/graphql/src/enums.ts Show resolved Hide resolved
@juangm juangm merged commit 3c724cb into next Dec 17, 2024
3 checks passed
@juangm juangm deleted the T-23309/js-add-all-enum-types branch December 17, 2024 08:52
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