Skip to content

Commit

Permalink
fix: support for creating multiple ibpPeers(bestchains#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
dayuy committed Mar 2, 2023
1 parent 0f229d3 commit 6b796a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ibppeer/ibppeer.gql
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ query getIbppeers($organization: String!) {
}

# 创建节点
mutation createIbppeer($organization: String!) {
ibppeerCreate(organization: $organization) {
mutation createIbppeer($org: String!, $count: Float) {
ibppeerCreate(organization: $org, count: $count) {
name
creationTimestamp
status
Expand Down

0 comments on commit 6b796a8

Please sign in to comment.