Degoo
Degoo copied to clipboard
GraphQL schema is here
To obtain schema, use this query:
{
"query": "query IntrospectionQuery { __schema { types { name kind fields { name type { kind name ofType { kind name ofType { kind name } } } args { name type { kind name ofType { kind name ofType { kind name } } } defaultValue } } } } }"
}
Full Degoo GraphQL schema is here: degoo.json