Article Author
Requires access scope or access scope.
Represents the author of an article. This object provides the author's full name for attribution purposes.
The is a simple object that contains only the author's name field. When articles are created or updated, the author information is stored and can be displayed alongside the article content.
Use the object to:
- Retrieve the author's name for display in article bylines
- Show author attribution in article listings
- Display who wrote specific content
Note: This object only contains the author's full name. It does not include additional author details like bio, email, or social media links.
Anchor to FieldsFields
- Anchor to namename•String!non-null
The author's full name.
Anchor to QueriesQueries
- •query
List of article authors for the shop.
- Anchor to firstfirst•Int
The first
nelements from the paginated list.- Anchor to afterafter•String
The elements that come after the specified cursor.
- Anchor to lastlast•Int
The last
nelements from the paginated list.- Anchor to beforebefore•String
The elements that come before the specified cursor.
- Anchor to reversereverse•BooleanDefault:false
Reverse the order of the underlying list.
Arguments