vega-frontend-monorepo/apps/trading/components/vega-wallet-connect-button/PartyProfiles.graphql

15 lines
220 B
GraphQL
Raw Normal View History

query PartyProfiles($partyIds: [ID!]) {
partiesProfilesConnection(ids: $partyIds) {
edges {
node {
partyId
alias
metadata {
key
value
}
}
}
}
}