earthstar-project / earthstar-graphql

Query, sync and set data to earthstar workspaces using GraphQL.
GNU Affero General Public License v3.0
6 stars 1 forks source link

Doc suggestion: "workspace addresses" instead of "addresses" #2

Closed cinnamon-bun closed 3 years ago

cinnamon-bun commented 3 years ago

Earthstar has "author addresses" and "workspace addresses" so it can be confusing to just say "addresses".

Example

function makeMemoryContext(addresses: string[]): Context; Creates a GraphQL context which stores workspace data in-memory.

Maybe the variable could be workspaceAddresses?

(Also would be nice to say "stores data from multiple workspaces in-memory")

sgwilym commented 3 years ago

Makes total sense, will make those changes.