From a45e062c6482a1c9765d5195cb451aed1a67e662 Mon Sep 17 00:00:00 2001 From: Francois Proulx Date: Wed, 13 May 2020 12:30:20 -0400 Subject: [PATCH] Ran bindata on graphql schema --- dgraphql/schema/bindata.go | 46 +++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/dgraphql/schema/bindata.go b/dgraphql/schema/bindata.go index cbaeb388..cfc83b14 100644 --- a/dgraphql/schema/bindata.go +++ b/dgraphql/schema/bindata.go @@ -90,7 +90,7 @@ func blockGraphql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "block.graphql", size: 2923, mode: os.FileMode(420), modTime: time.Unix(1587602721, 0)} + info := bindataFileInfo{name: "block.graphql", size: 2923, mode: os.FileMode(420), modTime: time.Unix(1588263022, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -110,7 +110,7 @@ func blockmetaGraphql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "blockmeta.graphql", size: 310, mode: os.FileMode(420), modTime: time.Unix(1587602721, 0)} + info := bindataFileInfo{name: "blockmeta.graphql", size: 310, mode: os.FileMode(420), modTime: time.Unix(1588263022, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -130,7 +130,7 @@ func queryGraphql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "query.graphql", size: 3740, mode: os.FileMode(420), modTime: time.Unix(1587602721, 0)} + info := bindataFileInfo{name: "query.graphql", size: 3740, mode: os.FileMode(420), modTime: time.Unix(1588263022, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -150,7 +150,7 @@ func query_alphaGraphql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "query_alpha.graphql", size: 165, mode: os.FileMode(420), modTime: time.Unix(1587602721, 0)} + info := bindataFileInfo{name: "query_alpha.graphql", size: 165, mode: os.FileMode(420), modTime: time.Unix(1588263022, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -170,7 +170,7 @@ func schemaGraphql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "schema.graphql", size: 59, mode: os.FileMode(420), modTime: time.Unix(1587602721, 0)} + info := bindataFileInfo{name: "schema.graphql", size: 59, mode: os.FileMode(420), modTime: time.Unix(1588263022, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -190,7 +190,7 @@ func search_transactionGraphql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "search_transaction.graphql", size: 3116, mode: os.FileMode(420), modTime: time.Unix(1587602721, 0)} + info := bindataFileInfo{name: "search_transaction.graphql", size: 3116, mode: os.FileMode(420), modTime: time.Unix(1588263022, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -210,7 +210,7 @@ func subscriptionGraphql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "subscription.graphql", size: 3198, mode: os.FileMode(420), modTime: time.Unix(1587602721, 0)} + info := bindataFileInfo{name: "subscription.graphql", size: 3198, mode: os.FileMode(420), modTime: time.Unix(1588263022, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -230,7 +230,7 @@ func transactionsGraphql() (*asset, error) { return nil, err } - info := bindataFileInfo{name: "transactions.graphql", size: 15597, mode: os.FileMode(420), modTime: time.Unix(1587602721, 0)} + info := bindataFileInfo{name: "transactions.graphql", size: 15597, mode: os.FileMode(420), modTime: time.Unix(1588263022, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -287,14 +287,14 @@ func AssetNames() []string { // _bindata is a table, holding each asset generator, mapped to its name. var _bindata = map[string]func() (*asset, error){ - "block.graphql": blockGraphql, - "blockmeta.graphql": blockmetaGraphql, - "query.graphql": queryGraphql, - "query_alpha.graphql": query_alphaGraphql, - "schema.graphql": schemaGraphql, + "block.graphql": blockGraphql, + "blockmeta.graphql": blockmetaGraphql, + "query.graphql": queryGraphql, + "query_alpha.graphql": query_alphaGraphql, + "schema.graphql": schemaGraphql, "search_transaction.graphql": search_transactionGraphql, - "subscription.graphql": subscriptionGraphql, - "transactions.graphql": transactionsGraphql, + "subscription.graphql": subscriptionGraphql, + "transactions.graphql": transactionsGraphql, } // AssetDir returns the file names below a certain @@ -336,16 +336,15 @@ type bintree struct { Func func() (*asset, error) Children map[string]*bintree } - var _bintree = &bintree{nil, map[string]*bintree{ - "block.graphql": &bintree{blockGraphql, map[string]*bintree{}}, - "blockmeta.graphql": &bintree{blockmetaGraphql, map[string]*bintree{}}, - "query.graphql": &bintree{queryGraphql, map[string]*bintree{}}, - "query_alpha.graphql": &bintree{query_alphaGraphql, map[string]*bintree{}}, - "schema.graphql": &bintree{schemaGraphql, map[string]*bintree{}}, + "block.graphql": &bintree{blockGraphql, map[string]*bintree{}}, + "blockmeta.graphql": &bintree{blockmetaGraphql, map[string]*bintree{}}, + "query.graphql": &bintree{queryGraphql, map[string]*bintree{}}, + "query_alpha.graphql": &bintree{query_alphaGraphql, map[string]*bintree{}}, + "schema.graphql": &bintree{schemaGraphql, map[string]*bintree{}}, "search_transaction.graphql": &bintree{search_transactionGraphql, map[string]*bintree{}}, - "subscription.graphql": &bintree{subscriptionGraphql, map[string]*bintree{}}, - "transactions.graphql": &bintree{transactionsGraphql, map[string]*bintree{}}, + "subscription.graphql": &bintree{subscriptionGraphql, map[string]*bintree{}}, + "transactions.graphql": &bintree{transactionsGraphql, map[string]*bintree{}}, }} // RestoreAsset restores an asset under the given directory @@ -394,3 +393,4 @@ func _filePath(dir, name string) string { cannonicalName := strings.Replace(name, "\\", "/", -1) return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) } +