Skip to content

Commit

Permalink
Regenerate schema
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowBunchie committed Jun 10, 2024
1 parent 34b7098 commit 78c1924
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions demo/api/schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,13 @@ type BrevoApiSender {
name: String!
email: String!
active: Boolean!
ips: [BrevoIp!]
}

type BrevoIp {
ip: String!
domain: String!
weight: Int!
}

type BrevoApiCampaignStatistics {
Expand Down

0 comments on commit 78c1924

Please sign in to comment.