Update the API so that you can query allow list records and get the hypercert entity attached to it. Pseudo query: ```graphql {attestations: { id, schema_uid, hypercert: { hypercert_id, metadata: { name, description } } } } ```