You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
Location_2
export type Location = {
__typename?: 'Location';
country: Scalars['Country'];
state?: Maybe<Scalars['String']>;
};export type Location = {
__typename?: 'Location';
country: Scalars['Country'];
state?: Maybe<Scalars['String']>;
};