vega-frontend-monorepo/apps/trading/components/vega-wallet-connect-button/PartyProfiles.graphql
2024-03-06 10:47:16 +00:00

15 lines
220 B
GraphQL

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