Created
March 8, 2021 03:03
-
-
Save elcolie/51d34051e54f9b2ce7430cbc32fccaf5 to your computer and use it in GitHub Desktop.
Load well GraphQL query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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