Auto-indexing service and GraphQL API for AT Protocol Records quickslice.slices.network/
atproto gleam graphql
at main 6 lines 197 B view raw
1-module(dataloader_ffi). 2-export([identity/1]). 3 4%% Identity function - returns value unchanged 5%% In Erlang, everything is already "dynamic", so this just passes through 6identity(Value) -> Value.