Asset field added to GraphQL api
The type definitions of the Multi-Assets field have been extended to include the new attributes id, title, copyright, focus and alt.
The type definitions for the new Asset field have been added. You can now define the query with
yourfield { id, name, filename, title, copyright, focus and alt }