@graphql-codegen settings for generating objects with type fields

37 Views Asked by At

Are there any @graphql-codegen settings for generating similar constants for types from the schema?

export declare const Item: {
    readonly Id: "id";
    readonly CreatedBy: "createdBy";
    readonly CreatedDate: "createdDate";
}

I tried to find some settings, but so far no results

0

There are 0 best solutions below