Query Pebble Data
Mainnet endpoint
Testnet Endpoint
Example queries
List devices owned by a specific account
query {
pebble_device (limit: 10, where: {owner: {_eq: "0x259c0a4251ee7CD3cbA0a437973443c9C7cd2D4f"} }) {
id
owner
}
}
