Summary
indexer/src/graphql.ts serves the GraphQL endpoint with no authentication. Anyone who can reach the indexer can issue arbitrarily expensive queries, and there's no way to attribute usage to a particular consumer for billing or abuse tracking.
Acceptance Criteria
Summary
indexer/src/graphql.tsserves the GraphQL endpoint with no authentication. Anyone who can reach the indexer can issue arbitrarily expensive queries, and there's no way to attribute usage to a particular consumer for billing or abuse tracking.Acceptance Criteria
indexer/README.md.