Skip to content

apollo-encoder@0.3.1

Choose a tag to compare

@lrlna lrlna released this 29 Apr 13:14
· 759 commits to main since this release
4e3460a

0.3.1 - 2022-04-29

Fixes

  • directive definition args are of ArgumentsDefinition type - lrlna, pull/211

    Directive Definition incorrectly had a Vec<InputValueDefinition> for internal
    arguments type instead of ArgumentsDefinition. This commit aligns this bit to
    the spec and uses ArgumentsDefinition as type.