OpsLevel / opslevel-go

A Go client for interacting with OpsLevel
MIT License
5 stars 12 forks source link

add Alias type to match GraphQL scalar type and its behavior #398

Closed davidbloss closed 2 months ago

davidbloss commented 2 months ago

Issues

fix unsetting service lifecycleAlias and tierAlias fields

Changelog

Add String type to match GraphQL scalar - just like we do with the ID scalar defined in our GraphQL schema. String can replace all string instances if we want.

This change is in service of this terraform provider PR.

Tophatting

task test - tests pass

davidbloss commented 2 months ago

This solution is too narrow in scope for the repo's long term needs