User
ACF
Last Upated: Thursday, Feb 1, 2024
user
The User field is native to ACF (free) and provides users with a select UI to chose one or more users.
Resolve Type
The "user" field type resolves as an "AcfUserConnection" in the GraphQL Schema.
A Connection allows for one or more User nodes to be returned and leaves room for possible future "edge" data to be introduced to the Schema. Edge data is considered relational data between the node with the user field, and the user itself.
Field Settings
Below you will find information about how various ACF field settings can impact how the field will map to the GraphQL Schema and/or modify resolution of the field when queried.