Skip to content

Commit

Permalink
fix(backend): make incomingTokens optional in Peer schema
Browse files Browse the repository at this point in the history
Co-authored-by: Max Kurapov <[email protected]>
  • Loading branch information
furkan-bilgin and mkurapov committed Sep 18, 2024
1 parent 0a1bdbf commit 62ece89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ type Peer implements Model {
"Peering connection details"
http: Http!
"Incoming tokens"
incomingTokens: [String!]
incomingTokens: [String!]!
"Asset of peering relationship"
asset: Asset!
"Peer's ILP address"
Expand Down

0 comments on commit 62ece89

Please sign in to comment.