side panel work.
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
(def integreat-schema
|
||||
{
|
||||
:scalars {:id {
|
||||
:parse (schema/as-conformer #(Long/parseLong %))
|
||||
:parse (schema/as-conformer #(when % (Long/parseLong %)))
|
||||
:serialize (schema/as-conformer #(.toString %))}
|
||||
:ident {:parse (schema/as-conformer (fn [x] {:db/ident x}))
|
||||
:serialize (schema/as-conformer #(or (:ident %) (:db/ident %) %))}}
|
||||
@@ -53,6 +53,7 @@
|
||||
{:fields {:id {:type :id }
|
||||
:type {:type :bank_account_type}
|
||||
:number {:type 'String}
|
||||
:routing {:type 'String}
|
||||
:code {:type 'String}
|
||||
:check_number {:type 'Int}
|
||||
:name {:type 'String}
|
||||
|
||||
Reference in New Issue
Block a user