반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- Java
- string
- Apache
- SQL
- PANDAS
- Mac
- hive
- Google Spreadsheet
- matplotlib
- django
- list
- Python
- dataframe
- Google Excel
- array
- google apps script
- Excel
- Tkinter
- gas
- PySpark
- Kotlin
- GIT
- Github
- numpy
- PostgreSQL
- 파이썬
- math
- Redshift
- c#
Archives
- Today
- Total
달나라 노트
GraphQL : 존재하는 field 리스트 출력 본문
728x90
반응형
GraphQL에서 아래 query를 이용하면 존재하는 모든 type field 정보를 얻어올 수 있습니다.
{
__schema {
types {
name
fields {
name
description
}
}
}
}
728x90
반응형
'GraphQL' 카테고리의 다른 글
GraphQL : Open API of GraphQL, GraphQL open API (0) | 2024.08.22 |
---|
Comments