Skip to content

a8n: Implement campaigns in GraphQL API

Warren Gifford requested to merge a8n/campaign-milestone into master

Created by: tsenart

This commit introduces the Campaign type and query to the GraphQL schema.

It adds the campaigns table to the database, a CampaignsStore in the db package to create and list campaigns and the necessary resolvers in the graphqlbackend package to make the query possible. (It doesn't add mutations yet.)

This is the first step towards implementing RFC28.

Merge request reports

Loading