Skip to content

Commit

Permalink
Merge pull request #828 from bakaphp/KA-41
Browse files Browse the repository at this point in the history
refactor: change to boolean
  • Loading branch information
kaioken authored Feb 1, 2024
2 parents eb2be1c + 9887a8a commit 1babb68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/schemas/Ecosystem/notification.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type NotificationType {
description: String
template: String
weight: Int!
is_published: Int!
is_published: Boolean!
created_at: String!
updated_at: String
}
Expand Down

0 comments on commit 1babb68

Please sign in to comment.