--- title: >- New field and queries for the StaffMember object in the GraphQL Admin API - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: >- https://shopify.dev/changelog/new-field-and-queries-for-the-staffmember-object-in-the-graphql-admin-api md: >- https://shopify.dev/changelog/new-field-and-queries-for-the-staffmember-object-in-the-graphql-admin-api.md metadata: effectiveApiVersion: 2024-10 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2024-08-26T18:22:08-04:00' postedAt: '2024-10-01T11:00:00-04:00' updatedAt: '2024-09-30T14:42:12-04:00' effectiveAt: '2024-10-01T11:00:00-04:00' --- October 1, 2024 Tags: * Admin GraphQL API * 2024-10 # New field and queries for the `StaffMember` object in the GraphQL Admin API The `2024-10` version of the GraphQL Admin API brings improvements to the [`StaffMember`](https://shopify.dev/docs/api/admin-graphql/latest/objects/StaffMember) object: * New [`accountType` field](https://shopify.dev/docs/api/admin-graphql/2024-10/objects/StaffMember#field-accounttype). * You can retrieve the staff member making the API request with the [`currentStaffMember` query](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/currentStaffMember). * You can list all staff members with the [`staffMembers` connection query](https://shopify.dev/docs/api/admin-graphql/2024-10/queries/staffMembers). * [`Shop.staffMembers`](https://shopify.dev/docs/api/admin-graphql/latest/objects/Shop#connection-staffmembers) was deprecated in favor of the `staffMembers` query. This allows apps using the [`User`](https://shopify.dev/docs/api/admin-rest/latest/resources/user) REST Admin API resource to migrate to GraphQL's [`StaffMember`](https://shopify.dev/docs/api/admin-graphql/latest/objects/StaffMember) object.