Skip to content

Tags: hygraph/management-sdk

Tags

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: remove unused variables (#27)

* fix: remove unused variables

* formatting

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow union and ref field updates for reverse fields (#22)

Co-authored-by: Jonas Faber <jonas@graphcms.com>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: remote fields support (#25)

* feat: add support for remote fields

* fix: update schema

Co-authored-by: Daniel Winter <daniel@graphcms.com>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: update schema (#18)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: visibility improvements (#16)

* export VisibilityTypes

* update graphql schema

* add @deprecated comment to isHidden fields

* add comment to missing fields

* lint

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: prevent mutating passed field args

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: correct typo got updating union field (#13)

v1.2.0

Toggle v1.2.0's commit message
chore: use newer node version with npx

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: don't stop polling when migration status is still running (#12)

* don't stop polling when migration status is still running

* fix linting + regenerated types

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: updateSimpleField method (#9)

allow a user to update the validations on a simple field by destructuring the type once the validation has been formatted.