Skip to content
Snippets Groups Projects
Commit 67d35ada authored by Pierre-Jean CHANCELLIER's avatar Pierre-Jean CHANCELLIER
Browse files

correcting query for members/_hash

parent 9fbb613f
No related branches found
No related tags found
No related merge requests found
......@@ -223,41 +223,43 @@ export const SEARCH_MEMBER = gql`query SearchMemberWithHash($hash: Hash!) {
membership_pending
limitDate
distance {
__typename
value {
__typename
value {
__typename
ratio
}
dist_ok
ratio
}
dist_ok
}
received_certifications {
__typename
certifications {
__typename
certifications {
__typename
from {
...attr
}
expires_on
from {
...attr
}
expires_on
}
}
sent_certifications {
__typename
to {
...attr
}
expires_on
__typename
to {
...attr
}
expires_on
}
}
}
fragment attr on Identity {
__typename
uid
hash
status
quality {
__typename
uid
hash
status
quality {
ratio
}
received_certifications {
limit
}
ratio
}
received_certifications {
__typename
limit
}
}`
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment