← Back to Changelog
Bug FixApril 17, 2026
correct Buffer adapter GraphQL schema + infer plan tier
Follow-up fix to Phase 1a Social Publishing (#549). Three bugs caught while smoke-testing /integrations/buffer/refresh/ against Buffer's real GraphQL API on staging:
Organizationhas noplanfield in Buffer's schema. Ourvalidate_token_and_fetch_metaqueriedplan { tier }which fails withGRAPHQL_VALIDATION_FAILED. Plan tier isn't exposed at all via GraphQL.Organizationhas no nestedchannelsfield. Channels are queried via a separate top-levelchannels(input: {organizationId: X})query.
