Skip to content

Commit

Permalink
Update packages/backend/src/graphql/schema.graphql
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 authored Sep 18, 2024
1 parent 0a1bdbf commit 7f25468
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 7f25468

Please sign in to comment.