Pin Person Mutation
Pin a Person entity to IPFS for use in atom creation.
Mutation Structureβ
mutation PinPerson($person: PinPersonInput!) {
pinPerson(person: $person) {
hash
name
size
}
}
Variablesβ
{
"person": {
"name": "Vitalik Buterin",
"description": "Co-founder of Ethereum",
"email": "vitalik@ethereum.org",
"identifier": "vitalik.eth",
"image": "ipfs://QmXnnyufdzAWL5CqZ2RnSNgPbvCc1ALT73s6epPrRnZ1Xy",
"url": "https://vitalik.ca"
}
}
Best Practicesβ
- Include identifier (ENS, username, etc.)
- Add image for visual representation
- Provide description for context
- Use person-specific fields for rich metadata