Skip to content

@technobuddha > library > Programming > GraphQl

Type Alias: GraphQLArray

ts
type GraphQLArray = GraphQLValue[];

Defined in: graph-ql.ts:21

A GraphQL Array, similar to a JSONArray