Degoo icon indicating copy to clipboard operation
Degoo copied to clipboard

GraphQL schema is here

Open mice777 opened this issue 1 year ago • 0 comments

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

mice777 avatar Oct 02 '24 06:10 mice777