Struct fuel_gql_client::client::schema::contract::ContractByIdArgs
source · pub struct ContractByIdArgs {
pub id: ContractId,
}
Fields§
§id: ContractId
Trait Implementations§
source§impl Debug for ContractByIdArgs
impl Debug for ContractByIdArgs
source§impl QueryVariables for ContractByIdArgs
impl QueryVariables for ContractByIdArgs
§type Fields = ContractByIdArgsFields
type Fields = ContractByIdArgsFields
A struct that determines which variables are available when using this struct.