We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72cb188 commit fc32111Copy full SHA for fc32111
mcc_api/island/__init__.py
@@ -58,7 +58,7 @@
58
the schema before being sent to the API, raising a
59
:external:py:class:`graphql.GraphQLError <graphql.error.graphql_error.GraphQLError>` if not. The returned data will be a
60
Python dictionary whose structure matches that of the query. Data returned as a UUID, a Date, or a DateTime will be
61
-resolved as a :external:py:class:`UUID <.uuid.UUID>`, a :external:py:class:`date <.datetime.date>, or a
+resolved as a :external:py:class:`UUID <.uuid.UUID>`, a :external:py:class:`date <.datetime.date>`, or a
62
:external:py:class:`datetime <.datetime.datetime>` object respectively. Some data may not be present if the user being
63
queried has kept some of their data private to the API.
64
0 commit comments