Bulk load with graphql schema

I think you should use

dgraph bulk -h | grep graphql
  -g, --graphql_schema string            Location of the GraphQL schema file.

Instead of the config option -s.

You can use an empty schema file in the -s option.

PS. This option is on the master. Not sure if your version has it.

Cheers.