Skip to content

Commit

Permalink
make primary flag optional
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Dec 28, 2023
1 parent 8fadbac commit 9d39a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/pool/pool.gql
Original file line number Diff line number Diff line change
Expand Up @@ -820,7 +820,7 @@ type GqlPoolFeaturedPoolGroup {
id: ID!
title: String!
icon: String!
primary: Boolean!
primary: Boolean
chain: GqlChain!
items: [GqlPoolFeaturedPoolGroupItem!]!
}
Expand Down

0 comments on commit 9d39a88

Please sign in to comment.