Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphQL schema is here #53

Open
mice777 opened this issue Oct 2, 2024 · 0 comments
Open

GraphQL schema is here #53

mice777 opened this issue Oct 2, 2024 · 0 comments

Comments

@mice777
Copy link

mice777 commented Oct 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant