This commit is contained in:
Brandon Black 2016-11-03 19:05:27 -07:00
Родитель 5ac79b35db
Коммит 2830e4e3e1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: DB06BE28CAF7D022
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -3,6 +3,8 @@ module GraphQL::Relay::Walker
# Walk this client's graph from the given GID.
#
# from_id: - The String GID to start walking from.
# variables: - A Hash of variables to be passed to GraphQL::Client.
# context: - A Hash containing context to be passed to GraphQL::Client.
# &blk - A block to call with each Walker::Frame that is visited.
#
# Returns nothing.