Files
2021-01-07 21:10:18 +00:00

8 lines
120 B
GraphQL

# import "../../author.fragment.graphql"
query($slug: String!) {
post(slug: $slug) {
author { ...AuthorF }
}
}