5 lines
47 B
GraphQL
5 lines
47 B
GraphQL
|
fragment AuthorF on Author {
|
||
|
name
|
||
|
handle
|
||
|
}
|