Skip to content

Add support for ezmatrix fields #78

@bdunogier

Description

@bdunogier

Once ezmatrix has been implemented into eZ Platform, add GraphQL support for it.

A matrix columns are configured at field definition level, meaning that they can be exposed in the schema. With the matrix example from the Legacy doc:

{
  content {
    product {
      components {
        name
        partNumber
        location
      }
    }
  }
}   

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions