Skip to content

Commit 62ece89

Browse files
fix(backend): make incomingTokens optional in Peer schema
Co-authored-by: Max Kurapov <[email protected]>
1 parent 0a1bdbf commit 62ece89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/backend/src/graphql/schema.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ type Peer implements Model {
620620
"Peering connection details"
621621
http: Http!
622622
"Incoming tokens"
623-
incomingTokens: [String!]
623+
incomingTokens: [String!]!
624624
"Asset of peering relationship"
625625
asset: Asset!
626626
"Peer's ILP address"

0 commit comments

Comments
 (0)