How To Get Realm Schema To Generate A [String!]!

Hello all,

I’m trying to figure out how to write a Realm schema that will generate a field of [String!]! in GraphQL.

Using "required": ["field", ...] produces [String]! but I’d like a non-null list of non-null types.

Thanks in advance. =)

1 Like

Hello, just following up.