Skip to content

Commit

Permalink
Merge pull request #1232 from joreilly/update-graphql-schema
Browse files Browse the repository at this point in the history
Update GraphQL Schema
  • Loading branch information
martinbonnin authored Apr 4, 2024
2 parents 57c2b89 + aac64d6 commit 44e90b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion shared/src/commonMain/graphql/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ input LocalDateTimeFilterInput {
type Mutation {
addBookmark(sessionId: String!): Bookmarks!

deleteAccount: Boolean!

removeBookmark(sessionId: String!): Bookmarks!
}

Expand All @@ -84,7 +86,9 @@ type PageInfo {
}

type Partner {
logoUrl: String!
logoUrl(dark: Boolean): String!

logoUrlDark: String

name: String!

Expand Down

0 comments on commit 44e90b6

Please sign in to comment.