From 1edaa52d499261f033abce6ed011be6334a69777 Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Fri, 3 Jul 2020 11:37:53 +0100 Subject: [PATCH] Add Base64 type to api docs --- docs/api/index.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/index.rst b/docs/api/index.rst index 0da427e4..c5e3b6e1 100644 --- a/docs/api/index.rst +++ b/docs/api/index.rst @@ -64,6 +64,8 @@ Graphene Scalars .. autoclass:: graphene.JSONString() +.. autoclass:: graphene.Base64() + Enum ----