Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanjos committed Jun 21, 2024
1 parent 6e1255f commit 10a17ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/absinthe/subscription/document_storage.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ defmodule Absinthe.Subscription.DocumentStorage do
@callback child_spec(opts :: Keyword.t()) :: Supervisor.child_spec()

@doc """
Adds `doc` to storage with `doc_id` as the key.
Adds `doc` to storage with `doc_id` as the key. Associates the given
`field_keys` with `doc_id`.
"""
@callback put(
storage_process_name :: atom,
Expand Down

0 comments on commit 10a17ae

Please sign in to comment.