query: {
    agreementTemplates: [{
        coopname: Variable<"String!", "coopname">;
    }, {
        context: boolean;
        default_translation_id: boolean;
        description: boolean;
        model: boolean;
        registry_id: boolean;
        title: boolean;
        version: boolean;
    }];
} = ...

Type declaration

  • agreementTemplates: [{
        coopname: Variable<"String!", "coopname">;
    }, {
        context: boolean;
        default_translation_id: boolean;
        description: boolean;
        model: boolean;
        registry_id: boolean;
        title: boolean;
        version: boolean;
    }]