Skip to content

Conversation

LeoBakerHytch
Copy link
Contributor

Just a tiny PR so that instead of this:

export const TagsPlugin = makeJSONPgSmartTagsPlugin({
    version: 1,
    config: {
        class: {
            foo: {
                tags: {
                    omit: 'all',
                },
            },
        },
        attribute: {},
        procedure: {},
        constraint: {},
    },
});

I can write this:

export const TagsPlugin = makeJSONPgSmartTagsPlugin({
    version: 1,
    config: {
        class: {
            foo: {
                tags: {
                    omit: 'all',
                },
            },
        },
    },
});

@benjie benjie changed the title Relax index signature in JSONPgSmartTags fix(types): relax index signature in JSONPgSmartTags Apr 22, 2020
@benjie benjie merged commit edf2abf into graphile:v4 Apr 22, 2020
@LeoBakerHytch LeoBakerHytch deleted the relax-json-pg-smart-tags-type branch April 22, 2020 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants