Admin GraphQL API2024-10
New field and queries for the StaffMember
object in the GraphQL Admin API
StaffMember
object in the GraphQL Admin APIThe 2024-10
version of the GraphQL Admin API brings improvements to the object:
- New
field.
- You can retrieve the staff member making the API request with the
query.
- You can list all staff members with the
connection query.
was deprecated in favor of the
query.
This allows apps using the User
REST Admin API resource to migrate to GraphQL's object.
Was this section helpful?