You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
migrate all resources to the real SuperOps GraphQL schema (#9) (193786c), closes #7
BREAKING CHANGES
all resource APIs changed to match SuperOps' real
GraphQL schema; list methods return page-based Page; the runbooks,
patches, remoteSessions and reports resources were removed.
rewrite assets resource against the real SuperOps schema (#8) (f61fe25), closes #4
BREAKING CHANGES
assets resource API and the Asset type changed to match
SuperOps' real GraphQL schema; assets.list() now returns a page-based
Page instead of a cursor Connection.