Skip to content

Instantly share code, notes, and snippets.

@elcolie
Created March 8, 2021 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elcolie/51d34051e54f9b2ce7430cbc32fccaf5 to your computer and use it in GitHub Desktop.
Save elcolie/51d34051e54f9b2ce7430cbc32fccaf5 to your computer and use it in GitHub Desktop.
Load well GraphQL query
Load well
query solution
http://zbumper:8011/gql/
mutation load_well {
cmd_load_well_from_tao2db(
well: {
opru_fld_nme: "EXAMPLE"
prod_govt_lse_nbr: "A"
well_nbr: "A1"
well_cmpl_seq_nbr: "L"
}
){
status{value}
message_list{
message
message_level
message_timestamp
}
}
}
query {
query_RootType{
selected_survey{
selected_well_test{
oil_rate{value}
factor_oil_rate{value}
#cal_oil_rate{value }
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment