Skip to content

Commit

Permalink
Merge pull request #27 from vivid-planet/fix-wrong-schema
Browse files Browse the repository at this point in the history
Update schema file
  • Loading branch information
RainbowBunchie authored Jan 25, 2024
2 parents 58d334a + 3503bb9 commit ed09c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/api/schema.gql
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ input EmailCampaignInput {
title: String!
subject: String!
scheduledAt: DateTime
targetGroup: ID = null
targetGroup: ID
content: EmailCampaignContentBlockInput!
}

Expand Down

0 comments on commit ed09c40

Please sign in to comment.