Details
-
Bug
-
Resolution: Fixed
-
Neutral
-
None
-
None
-
-
Empty show more show less
-
HL & LD 9
-
1
Description
Given the following configuration,
datasource:
workspace: characters
namespaces:
mt: https://www.magnolia-travel.com/jcr/1.0/mt
autoCreate: true
model:
nodeType: mt:character
properties:
- name: name
required: true
- name: title
required: true
i18n: true
- name: description
type: richText
i18n: true
- name: pantheon
required: true
- name: releaseDate
type: Date
- name: friends
type: reference:character
multiple: true
- name: stats
type: stats
- name: portrait
type: asset
subModels:
- name: stats
properties:
- name: health
type: Long
and the following content where there are no values assigned for stats and portrait,

the endpoint returns null for stats/health,

but throws a PathNotFoundException for portrait/name:

Checklists
Acceptance criteria
Attachments
Issue Links
- is caused by
-
MGNLGQL-31 DOC: Create GraphQL module page
-
- Closed
-