Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Ignore :_siteCreateAt when verifying mutation Fixes a broken test that is currently causing the CI build to fail. FAIL in juxt.site.graphql-test/mutation-test (graphql_test.clj:280) Expected: {:name "Malcolm Sparks", :juxt.site/type "Person", :xt/id "https://example.org/persons/mal"} Actual: {:name "Malcolm Sparks", :juxt.site/type "Person", :xt/id "https://example.org/persons/mal", +:_siteCreatedAt "2022-05-26T13:28:50.568652Z"} * upgrading Grab to latest (#76) * Upgrade grab (#77) * upgrading Grab to latest * actually change the SHA Co-authored-by: Malcolm Sparks <[email protected]> * added enum case (#79) * Update xtdb to 1.21 * Fix Indentation Does clojure have a way to indent properly automatically.... * allow templating of subject username in q directive * Improve resource importing/seeding * Add cache control headers * Use protected lookup * Possibility to insert schema to validate data against as a site directive * allow to mutate when there is no schema directive * fix wrong validation schema * negation logic in validation check, append test for mutation with schema * append test with validation error * Clean up unwanted changes from other branch * make validation pass when no directive, align tests * define `mutation-base` for more concise tests * Extract selmer args to common function * Fix indentation Co-authored-by: Joe Littlejohn <[email protected]> Co-authored-by: reborg <[email protected]> Co-authored-by: Malcolm Sparks <[email protected]> Co-authored-by: Jamie <[email protected]> Co-authored-by: vollcheck <[email protected]>
- Loading branch information