1type PtrToSliceContainer { 2 ptrToSlice: [String!] 3} 4 5extend type Query { 6 ptrToSliceContainer: PtrToSliceContainer! 7}
View as plain text