[MGNLGQL-171] Multi field with options does not return any content in response Created: 20/Oct/23  Updated: 23/Oct/23

Status: Open
Project: Magnolia GraphQL
Component/s: None
Affects Version/s: 1.1.5
Fix Version/s: None

Type: Bug Priority: Neutral
Reporter: Jaroslav Simak Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Epic Link: DevX Bucket
Team: DeveloperX

 Description   

Steps to reproduce

Edit Tour content type
Add

    channels:
      label: Channels
      multiple: true
      options:
        OP:
          value: OP
          label: "Open pages (OP)"
        NDW:
          value: NDW
          label: "Nordea Digital Web (NDW)"
        NDM:
          value: NDM
          label: "Mobile banking app (NDM)"

Edit tour and fill channels filed with multiple values
Query tours in GraphQL app

{
  tours(limit: 100) {
    name
    channels
  }
}

Expected results

Channels returned in response have content

Actual results

Channels are null

Workaround

Development notes


Generated at Mon Feb 12 05:53:16 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.