mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
GitBook: [#3604] No subject
This commit is contained in:
parent
c8d919235b
commit
747c497387
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ With this query you will find the name of all the types being used:
|
|||
|
||||
![](<../../.gitbook/assets/image (202).png>)
|
||||
|
||||
**query={\_\_schema{types{name,fields{name, args{name,description,type{name, kind, ofType{name, kind\}}\}}\}}}**
|
||||
**query={\_\_schema{types{name,fields{name,args{name,description,type{name,kind,ofType{name, kind\}}\}}\}}}**
|
||||
|
||||
With this query you can extract all the types, it's fields, and it's arguments (and the type of the args). This will be very useful to know how to query the database.
|
||||
|
||||
|
|
Loading…
Reference in a new issue