~bigbes/core-go: 864816cf

client: rename Execute to Do

583d0b1bcb08 ("client/graphql: handle GraphQL errors") changed
Execute behavior by wrapping the result into a struct with "data"
and "errors" fields. This is a breaking change, but it's hard to
spot when upgrading core-go because it won't cause a compilation
error.

Rename Execute to Do to break the build and force callers to update
accordingly.

Simon Ser <contact@emersion.fr> — 2024-01-24 10:47:14 UTC

Commit 864816cfbc0ca3cc86b9e7248196486b245545c7view raw patch

Parent(s): 23808bb0

2 changed file(s)

FileStatus+
auth/middleware.go M +19 -28
client/graphql.go M +1 -1