Alokai

Point

type Point = Geometry & {
  __typename?: 'Point';
  type: Scalars['String'];
  coordinates: Array<Scalars['Float']>;
};

Referenced Types

On this page